mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-09 06:36:39 +07:00
4 lines
106 B
HCL
4 lines
106 B
HCL
# Output the instance's public IP address.
|
|
output "public_ip" {
|
|
value = aws_instance.example.public_ip
|
|
} |