18F / dns

DNS configuration for domains managed by GSA TTS
https://github.com/18F/dns/blob/master/doc/architecture.md
Other
44 stars 60 forks source link

re-enable redirect for atf-eregs #681

Closed peterrowland closed 8 months ago

peterrowland commented 8 months ago

To finish #576 - re-enabling the original external domain configuration for atf-eregs.18f.gov and disabling the CNAME record that points directly to a cloudfront domain.

Needed to enable a permanent redirect in the pages-redirects repo in this PR https://github.com/cloud-gov/pages-redirects/pull/233.

apburnes commented 8 months ago

You'll need to break this up into two steps like https://github.com/18F/dns/pull/676 and https://github.com/18F/dns/pull/677. For some reason the terraform plan passes but the apply step fails when updating a CNAME record. It needs to be removed and then re-added.