Terraform State management
Introduction
Do you know Terraform keeps track of everything that you do with it?
When you run "terraform apply" command to create an infrastructure on the cloud, Terraform creates a state file called “terraform.tfstate”. This State File contains the...
sudipa.hashnode.dev6 min read