From bf6be4c637f6ecd415a11d3bb7ac68ef41d1f195 Mon Sep 17 00:00:00 2001 From: Tellsanguis Date: Thu, 13 Nov 2025 19:45:17 +0100 Subject: [PATCH] fix(terraform): Update token ID in example from terraform to opentofu The example file had root@pam!terraform hardcoded, which was overriding the secret value. Updated to match the actual token name. --- terraform/terraform.tfvars.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/terraform.tfvars.example b/terraform/terraform.tfvars.example index 04d0dcc..7b80187 100644 --- a/terraform/terraform.tfvars.example +++ b/terraform/terraform.tfvars.example @@ -2,7 +2,7 @@ # Proxmox Configuration proxmox_api_url = "https://192.168.100.10:8006/api2/json" -proxmox_token_id = "root@pam!terraform" +proxmox_token_id = "root@pam!opentofu" proxmox_token_secret = "your-proxmox-token-secret" proxmox_tls_insecure = true