What is State Management?

State File (terraform.tfstate) = Terraform's memory of what it created

Stores:


Local vs Remote State

Local State (Default)

project/
└── terraform.tfstate  # Stored on your computer

Problems:

Remote State (S3 Backend)

State file → Stored in S3 bucket (cloud)

Benefits: