nebula/docker/network.tf

6 lines
103 B
HCL

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