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:
parent
9cb0737560
commit
c26289c262
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue