4 lines
88 B
Terraform
4 lines
88 B
Terraform
|
output "address" {
|
||
|
value = "${openstack_compute_floatingip_v2.terraform.address}"
|
||
|
}
|