Using Terraform to Manage DNS Records

For the last ~2 years, I’ve been using Terraform to manage mostly AWS infrastructure. It has allowed me to know exactly what resources I’ve provisioned, save time by using modules for common configurations, and have a (probably false) sense of security that I can replicate everything in another region with a single variable change. Terraform is pretty great. Continue reading “Using Terraform to Manage DNS Records”

Using Terraform to Manage DNS Records