thermograph/infra/terraform/.gitignore
Emi Griffith ae1d9bb534 Subtree-merge thermograph-infra (origin/main) into infra/
git-subtree-dir: infra
git-subtree-mainline: d6df04eab2
git-subtree-split: 99b4b3f78d
2026-07-22 22:01:11 -07:00

16 lines
357 B
Text

# Terraform working dir + plugins
.terraform/
# Local state (holds secrets — never commit)
*.tfstate
*.tfstate.*
crash.log
crash.*.log
# tfvars carry real secrets — ignore all except the checked-in example
*.tfvars
!*.tfvars.example
# The dependency lock IS committed (pins provider versions across machines) — keep it.
!.terraform.lock.hcl
*.plan