mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06: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}"
|
|
}
|