nebula/data.tf

4 lines
53 B
Terraform
Raw Normal View History

2019-01-21 16:11:08 +00:00
data "docker_network" "bridge" {
name = "bridge"
}