chef-boneyard / chef-provisioning-aws

AWS driver and resources for Chef that uses the AWS SDK
Apache License 2.0
142 stars 122 forks source link

prototype - Add SOA and NS support back to route53 #490

Closed keen99 closed 8 years ago

keen99 commented 8 years ago

workaround for removed SOA/NS as discussed in #489

re-adds NS and SOA support, switches to always use UPSERT instead of create.

please be warned - UPSERT could have unintended side effects, I'm not sure what the more global impact of this might be - and I welcome discussion and/or pointers on where to hook "if SOA or NS and already exist then do UPSERT" type logic. :)

In the meantime - works for me in production.