presslabs / zinc

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

Allow setting/retrieving `route53_id` trough API #114

Closed calind closed 7 years ago

calind commented 7 years ago

When creating a zone, allow setting a route53_zone_id. If set, then associate the created zone Zone with that route53 zone. If not set, zinc should create a route53 zone.

route53_zone_id should show up in GET /zone/ID and GET /zone but you should not be allowed to change it.