vmware-archive / terraforming-aws

Templates to deploy PCF and PKS
Apache License 2.0
64 stars 91 forks source link

Changed DNS NS from comma to new line list as required #128

Open scotthoughton opened 5 years ago

scotthoughton commented 5 years ago

Fixed issue where terraform would create the new DNS hosted zone's NS record with the servers in a comma delimited list instead of one per line as specified by AWS for Route 53.

scotthoughton commented 5 years ago

Was an issue with my first commit, the DNS NS servers needed to be converted to a list after comparing the string, and the output needed to be change to display the list. This commit has been tested on AWS and works.