nebula/media/data.tf

4 lines
53 B
Terraform
Raw Normal View History

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