puppetlabs-toy-chest / puppetlabs-aws

Puppet module for managing AWS resources to build out infrastructure
Apache License 2.0
187 stars 219 forks source link

Can't handle public and private Route53 zones with the same domain name #523

Open Azolo opened 5 years ago

Azolo commented 5 years ago

There are instances where Public records are different than the Private records.

Unfortunately the current implementation doesn't know how to handle the situation where there is a public zone and a private zone, with a vpc attachment, that both use the same domain name(e.g. example.com.).

It may not be a case worth handling, but it is an unhandled case.