- 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
22 lines
248 B
Text
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
|