matrixtest-IaC/network.tf

5 lines
105 B
Terraform
Raw Normal View History

2024-01-11 13:26:02 +00:00
data "openstack_networking_subnet_v2" "public_sub" {
name = "public-v4" # Name of subnet to be used
}