cytopia / terraform-aws-route53-zone

A Terraform module that handles creation of multiple Route53 zones including attachment to new or existing delegation set
https://registry.terraform.io/modules/cytopia/route53-zone/aws/
MIT License
14 stars 18 forks source link

No public_zones_name_servers listed #5

Open timothyclarke opened 5 years ago

timothyclarke commented 5 years ago

Hi, The example output gives public_zones_name_servers = [ {"example.com.": "ns-www.awsdns-00.org,ns-xxx.awsdns-11.co.uk,ns-yy.awsdns-22.com,ns-zzz.awsdns-22.net"}, {"example.org.": "ns-www.awsdns-00.org,ns-xxx.awsdns-11.co.uk,ns-yy.awsdns-22.com,ns-zzz.awsdns-22.net"} ]

The section of code covering that is commented out. When uncommented I get 'local.undelegated_public_subdomains_ns: local.undelegated_public_subdomains_ns: Resource 'null_resource.undelegated_public_subdomains_ns' does not have attribute 'triggers.key' for variable 'null_resource.undelegated_public_subdomains_ns.*.triggers.key''

Background I'm using terraform 11.14 (Note I've swapped the real domain name to example.com) example.com is hosted elsewhere and I'm trying to roll out the sub domain dev.example.com within AWS for development / testing purposes.

cytopia commented 4 years ago

@timothyclarke the TF 0.12 version is now a total rewrite and should work way better