Add an output for the floating ip urn

main
Dan Buch 4 years ago
parent 050858140d
commit d54e9b45ec
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -230,3 +230,7 @@ output "droplet_ipv4_address" {
output "floating_ip_address" {
value = digitalocean_floating_ip.app.ip_address
}
output "floating_ip_urn" {
value = digitalocean_floating_ip.app.urn
}

Loading…
Cancel
Save