Terraform Remote State
In my last post, I gave a little introduction on working with Terraform.
Because it was just an introduction, it focused setting up a repository, writing HCL, and the mechanics of executing Terraform.
It did was not concerned with proper state management.
Here, we’ll put a little thought into something we can work with in a more rigorous manner than just playing around.
By using a backend for storing, accessing, and manipulating state, we begin to work with infrastructure with a record beyond just the workstation.
[Read More]