Terraform State Management like a Boss - Part 1
In this blog post you learn the basics of Terraform State Management. In Part 2 of this two-part series you will get a deep dive into working with the state. In my IaC Starter Guide you already read about the basics of Terraform. You learned how to setup an infrastructure for a simple website using S3. Today we will have a look into Terraform State and State Management. The State - a place for all your resources States With Terraform you define your infrastructure resources using scripts....