presslabs / zinc

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

creating record of same name+type updates existing record #231

Closed rciorba closed 7 years ago

rciorba commented 7 years ago

STR: 1 create A record 'spam' == '1.2.3.4' 2 create A record 'spam' == '5.6.7.8'

Expected: Step 2 should fail

Actual result: The first A record gets updated

reported by @anddon