First push

This commit is contained in:
2026-05-12 23:11:36 +02:00
parent b0fd6fac6e
commit 955319bfa9
8 changed files with 236 additions and 5 deletions

25
.gitignore vendored
View File

@@ -1,7 +1,22 @@
*.tfvars
!*.tfvars.example
*.tfstate
*.tfstate.backup
*.out
*.tfstate.*
*.tfvars
*.tfvars.json
!*.tfvars.example
.terraform/
.terraform.lock.hcl
*.tfplan
*.out
crash.log
crash.*.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~