May 10, 2022
Multi Environment deployments with terraform cloud
I often think Hashicorp could do a better job at establishing good patterns for creating identical environments from a single source of truth with terraform and terraform cloud. This is my take on building a really solid infrastructure continuous deployment setup with terraform and terraform cloud. Here is what I want to achieve:
full end-to-end automation. After a pull request is merged no human interaction should be required to promote changes to all environments.
Read more