18F / dns

DNS configuration for domains managed by GSA TTS

Home Page:https://github.com/18F/dns/blob/master/doc/architecture.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider updating resource names to be compatible with terraform 0.12

timothy-spencer opened this issue · comments

#331 fixed terraform to 0.11, because we have a lot of DNS resource names that start with numbers, and that no longer works in 0.12:

hashicorp/terraform#19919

Their suggestion is to rename resources, but that requires some work with terraform state mv so that you don't blow the route53 zones away and attempt to recreate them, which is not something you probably want to do.

I created this at the same time as #332, so I am closing this!