update state

This commit is contained in:
2026-03-05 22:15:03 +00:00
parent cd42a98735
commit ecea60e712
8 changed files with 2526 additions and 33 deletions

33
.gitignore vendored
View File

@@ -1,33 +0,0 @@
# === 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