mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-05 22:00:22 -05:00
8 lines
156 B
HCL
8 lines
156 B
HCL
output "Public ip" {
|
|
value = "${digitalocean_droplet.mywebserver.ipv4_address}"
|
|
}
|
|
|
|
output "Name" {
|
|
value = "${digitalocean_droplet.mywebserver.name}"
|
|
}
|