matrixtest-IaC/network.tf

5 lines
97 B
HCL

data "openstack_networking_network_v2" "public" {
name = "public" # Name of network to use.
}