Add initial Terraform configuration for Azure and Proxmox resources

This commit is contained in:
2026-03-01 14:16:44 +02:00
parent 44d658745e
commit b11172504d
17 changed files with 869 additions and 0 deletions

5
backend.hcl Normal file
View File

@@ -0,0 +1,5 @@
resource_group_name = "rg-tofu-state"
storage_account_name = "tofu239746state"
container_name = "tfstate"
key = "terraform.tfstate"
use_azuread_auth = true