mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
c6beaa7ce8
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
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}"
|
|
}
|