add terraform project

This commit is contained in:
2025-12-25 20:25:54 +01:00
commit 81d66e91cd
15 changed files with 1166 additions and 0 deletions

8
terraform/state.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
backend "s3" {
bucket = "terraform-states-fzeoh1h"
key = "talos-cluster-proxmox/terraform.tfstate"
region = "eu-west-3" # required but unused
}
}