From d75083c28b5aa2bf1f1ab49d3155cdfec3737ba4 Mon Sep 17 00:00:00 2001 From: jerome Date: Sat, 24 May 2025 13:23:01 +0200 Subject: hiden password --- main.tf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main.tf') diff --git a/main.tf b/main.tf index 5e5a7fc..f42518b 100644 --- a/main.tf +++ b/main.tf @@ -9,8 +9,10 @@ terraform { provider "proxmox" { pm_api_url = "https://pve.xlinfo.fr:8006/api2/json" - pm_user = "??????" - pm_password = "??????" + pm_user = "????????@pam" + pm_password = "????????" + #pm_api_token_id = "xxxxxxx@pam!xxxxxxxx" + #pm_api_token_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } resource "proxmox_vm_qemu" "stagiaire" { -- cgit v1.2.3