4 lines
96 B
HCL
4 lines
96 B
HCL
data "openstack_networking_network_v2" "public" {
|
|
name = "public" # Name of network to use.
|
|
}
|