provisioning-1/output.tf

5 lines
133 B
HCL

# 作成したEC2のパブリックIPアドレスを出力
output "ec2_global_ips" {
value = aws_instance.hands_on_ec2.public_ip
}