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

Le fichier exemple avait root@pam!terraform en dur, ce qui écrasait la valeur secrète. Mis à jour pour correspondre au nom réel du token.
This commit is contained in:
Tellsanguis 2025-11-13 19:45:17 +01:00
parent 9cb0737560
commit c26289c262

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