feat: initial version of the full setup

This commit is contained in:
Xavier Morel
2025-10-23 19:36:05 +02:00
commit cc957061de
12 changed files with 841 additions and 0 deletions

4
terraform.tfvars.example Normal file
View File

@@ -0,0 +1,4 @@
pm_api_url = "https://proxmox:8006/api2/json"
pm_api_token_id = "terraform@pve"
pm_api_token_secret = "secr3t"
pve_node = "proxmox"