opentofu/examples/openstack-with-networking/outputs.tf
Valentin Pichard c6beaa7ce8 Fmt all the config files
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
2016-09-22 11:49:09 +00:00

4 lines
86 B
HCL

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