mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
4 lines
139 B
HCL
4 lines
139 B
HCL
output "leader_public_ip" {
|
|
value = digitalocean_droplet.leader.ipv4_address
|
|
description = "The public IP address of the leader node"
|
|
} |