summaryrefslogtreecommitdiff
path: root/main.tf
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-05-24 13:22:30 +0200
committerjerome <jerome@xlinfo.fr>2025-05-24 13:22:30 +0200
commit550d880939e74b17fc10ffcb23fa3771ba2b60cb (patch)
treea41f68a92352bf90a12551a0b330ac87eebba3b4 /main.tf
parentaf3c991f3725eb68b460476d9f67a7fe0288c66a (diff)
downloadproxmox_lxc-master.tar.gz
proxmox_lxc-master.zip
hiden passwordHEADmaster
Diffstat (limited to 'main.tf')
-rw-r--r--main.tf4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.tf b/main.tf
index 400d4cc..db60d4d 100644
--- a/main.tf
+++ b/main.tf
@@ -12,8 +12,8 @@ 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_user = "?????????@pve"
+ pm_password = "?????????"
#pm_api_token_id = "xxxxxxx@pve!xxxxxxxx"
#pm_api_token_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}