binbashar / terraform-aws-ec2-basic-layout

Terraform module to deploy a typical EC2 layout that includes an instance with a security group and a dns record.
Apache License 2.0
5 stars 3 forks source link

outputs.tf dns value won't be a list #18

Closed exequielrafaela closed 8 months ago

exequielrafaela commented 4 years ago

What?

Value won't be a list here -> https://github.com/binbashar/le-tf-infra-aws/blob/master/shared/base-dns/binbash.com.ar/outputs.tf

Currently

value = [aws_route53_zone.aws_public_hosted_zone_1.id]

Expected

Simply the ID value = aws_route53_zone.aws_public_hosted_zone_1.id

joseapeinado commented 8 months ago

I guess that the same fix goes to this line as well, isn't? @exequielrafaela