scottslowe-learning-tools/terraform/openstack/tf-example/output.tf
Scott Lowe 840cdfb0a4
Reorganize Terraform files
Rename "tf-general" directory to "openstack" since it only discusses OpenStack. Update README.md.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2018-10-10 01:44:45 -06:00

3 lines
85 B
HCL

output "address" {
value = "${openstack_networking_floatingip_v2.tf-fip.address}"
}