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
|
|
} |