mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-21 05:11:22 +07:00
4 lines
106 B
Terraform
4 lines
106 B
Terraform
![]() |
# Output the instance's public IP address.
|
||
|
output "public_ip" {
|
||
|
value = aws_instance.example.public_ip
|
||
|
}
|