opentofu/examples/openstack-with-networking/outputs.tf
2015-08-31 18:03:07 +02:00

4 lines
88 B
HCL

output "address" {
value = "${openstack_compute_floatingip_v2.terraform.address}"
}