presslabs / zinc

Route 53 zone manager.
https://www.presslabs.com/code/zinc/
Other
42 stars 2 forks source link

allow deleting PolicyRecords that conflict with CNAME records #259

Closed rciorba closed 7 years ago

rciorba commented 7 years ago

Previously the api validation was the same for Create/Update and Delete, so the check for conflicts was preventing deletion.

fixes #258