Tag terraform state

What is Terraform State

Terraform is a tool for building, changing, and versioning infrastructure. One of the core concepts of Terraform is the “state file,” which keeps track of the resources that Terraform manages. The Terraform state file is a JSON file that stores…