fix(terraform): Mise à jour ID token dans exemple de terraform vers opentofu

The example file had root@pam!terraform hardcoded, which was overriding the secret value. Updated to match the actual token name.
This commit is contained in:
Tellsanguis 2025-11-13 19:45:17 +01:00
parent a00f8d57a1
commit 17f3e25c0e

View file

@ -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