# Terraform working dir
**/.terraform/*

# Terraform state
*.tfstate
*.tfstate.*
**/terraform.tfstate
**/terraform.tfstate.*

# Crash logs
crash.log
crash.*.log

# Variable files with real values
*.tfvars
*.tfvars.json

# CLI config / overrides
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc

# Plan files
*.tfplan
plan.out

# Local backend/state folders if you make them
state/
artifacts/
