Update everything
This commit is contained in:
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
docker = {
|
||||
source = "kreuzwerker/docker"
|
||||
version = "2.15.0"
|
||||
version = "3.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -24,8 +24,13 @@ resource "docker_network" "bridge" {
|
||||
ipv6 = false
|
||||
|
||||
ipam_config {
|
||||
aux_address = {}
|
||||
subnet = "192.168.2.0/24"
|
||||
gateway = "192.168.2.254"
|
||||
}
|
||||
|
||||
ipam_options = {
|
||||
iface = "eth1"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user