nebula/monitoring/network.tf

7 lines
110 B
HCL

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