Add an output for the floating ip urn
This commit is contained in:
parent
050858140d
commit
d54e9b45ec
4
main.tf
4
main.tf
@ -230,3 +230,7 @@ output "droplet_ipv4_address" {
|
|||||||
output "floating_ip_address" {
|
output "floating_ip_address" {
|
||||||
value = digitalocean_floating_ip.app.ip_address
|
value = digitalocean_floating_ip.app.ip_address
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "floating_ip_urn" {
|
||||||
|
value = digitalocean_floating_ip.app.urn
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user