summaryrefslogtreecommitdiff
path: root/container/main.tf
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-05-23 00:55:50 +0200
committerjerome <jerome@xlinfo.fr>2025-05-23 00:55:50 +0200
commitaf3c991f3725eb68b460476d9f67a7fe0288c66a (patch)
treedd66e8c3630c97b416dbe996a595faef5fa7e910 /container/main.tf
parent0134feea766d9fd7927100b98c80557b254dce0c (diff)
downloadproxmox_lxc-af3c991f3725eb68b460476d9f67a7fe0288c66a.tar.gz
proxmox_lxc-af3c991f3725eb68b460476d9f67a7fe0288c66a.zip
passwd sha-512
Diffstat (limited to 'container/main.tf')
-rw-r--r--container/main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/main.tf b/container/main.tf
index 16429d3..f08de76 100644
--- a/container/main.tf
+++ b/container/main.tf
@@ -23,7 +23,7 @@ resource "proxmox_lxc" "stagiaire" {
vmid = var.vmid
hostname = "${var.os}-${var.prenom}"
ostemplate = var.template
- password = "secret"
+ password = "$6$cLR2ArfnWudk2lu7$hrVl.4q4hq/FpU8FMu.29LB7CBcfLML7XZardfI4csRFuNllfgIB29Yd6123Af8I9PqtjjzkwlgYIHc56kX1W1"
unprivileged = true
start = true
onboot = true