One minute
Upgrading to Terraform 0.12
My experience upgrading to terraform 0.12
Terra What 0.12?
So I just upgraded the backend of the site to terraform 0.12. Basically this website is running software called Terraform and 0.12 is a huge step forward in the version of this. I mostly went over the upgrade guide from the Terraform Website . It worked pretty well but a few things were not as clear to my understanding. Attributes vs Blocks was pretty straightforward, which was one of the biggest things I had to change. The other thing I changed was moving to dynamic blocks for some of the code. Using dynamic blocks really cleaned up the core of the code and allowed me to move some of the configuration to variables to make it easier.
Overall the move to Terraform 0.12 has been a nice change.