2025-03-09 17:09:33 +00:00

4 lines
63 B
HCL

output "host_ip" {
value = aws_instance.instance.public_ip
}