diff options
Diffstat (limited to 'main.tf')
| -rw-r--r-- | main.tf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,10 +12,10 @@ provider "proxmox" { # Configuration options #pm_tls_insecure = true pm_api_url = "https://pve.xlinfo.fr:8006/api2/json" - pm_user = "stagiaire@pve" - pm_password = "terraform" - #pm_api_token_id = "root@pam!terraform" - #pm_api_token_secret = "fd186c1f-ede9-4ff9-97bb-012410cb15f5" + pm_user = "xxxxxxxx@pve" + pm_password = "xxxxxxxx" + #pm_api_token_id = "xxxxxxx@pam!terraform" + #pm_api_token_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } resource "proxmox_lxc" "stagiaire" { |
