Where does the Terraform local backend store its state?
Where does the Terraform local backend store its state?
The Terraform local backend stores its state in the terraform.tfstate file. This file contains information about the infrastructure's current state and is used by Terraform to track changes and manage resources.
Stores the state in the terraform.tfstate file