Switch to terraform

This commit is contained in:
Prox
2026-02-15 18:37:15 +02:00
commit a7062b43ab
70 changed files with 6063 additions and 0 deletions

12
terraform/.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Terraform
.terraform/
*.tfplan
crash.log
crash.*.log
# Secrets (tfvars contains the PAT token)
terraform.tfvars
*.auto.tfvars
# State files are committed for this POC (single operator)
# For production, use remote backend instead