Update to kreuzwerker/docker:3.0.2 and the latest terraform

This commit is contained in:
Marc Fokkert
2023-07-27 12:56:20 +02:00
parent 4158cf6ebb
commit adbbb205e1
34 changed files with 2722 additions and 4096 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "2.15.0"
version = "3.0.2"
}
}
}
@@ -26,5 +26,9 @@ resource "docker_network" "bridge" {
subnet = "192.168.2.0/24"
gateway = "192.168.2.1"
}
ipam_options = {
iface = "eth0"
}
}