nebula/media/data.tf

5 lines
54 B
Terraform
Raw Normal View History

2019-01-28 19:01:06 +00:00
data "docker_network" "bridge" {
name = "bridge"
}