provisioning-0/output.tf

5 lines
139 B
HCL

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