Initial commit

This commit is contained in:
2026-05-12 23:31:19 +02:00
commit c4f4566e25
8 changed files with 221 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
!*.tfvars.example
.terraform/
*.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
*~