๐Ÿก index : github.com/captn3m0/nebula.git

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