nebula/docker/network.tf

7 lines
104 B
HCL

resource "docker_network" "traefik" {
name = "traefik"
driver = "bridge"
internal = true
}