infra/tofu/.gitignore
Graham McIntire 9b73f436d8
tofu: remove state from tracking, add gitignore, upgrade providers
- Stop tracking terraform.tfstate (git rm --cached)
- Add tofu/.gitignore with tfstate, plan, and IDE patterns
- Upgrade Porkbun provider 1.3.1 -> 1.3.3
- Upgrade Cloudflare provider 4.52.5 -> 4.52.7
- Add audit findings.md with 33 issues identified
- Clean up local backup files
2026-06-04 14:48:54 -05:00

22 lines
248 B
Text

# Local .terraform directories
.terraform/
# Terraform / OpenTofu state files
*.tfstate
*.tfstate.*
!*.tfstate.enc
# Plan files
tfplan
plan.out
# Environment variables
.envrc
# IDE/editor settings
.claude/
.idea/
.vscode/
# OS files
.DS_Store