This commit is contained in:
mrzta
2026-02-12 17:26:28 +00:00
parent 75f405501b
commit f39ec74206
65 changed files with 6002 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# === Terraform state ===
*.tfstate.backup
# Crash logs
crash.log
crash.*.log
# === Terraform working dir ===
.terraform/
.terraform.*
# === Terraform lock files ===
# Keep the lock file if you want reproducible provider versions
# Comment out the next line if you do want to commit it
.terraform.lock.hcl
# === Local override files ===
# These are machine/developer specific, never commit them
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# === Sensitive variable files ===
# (add your own if you keep secrets in *.tfvars)
*.tfvars
*.tfvars.json
*.auto.tfvars
*.auto.tfvars.json
# === Other noise ===
*.bak
*.swp
*.tmp