diff options
| -rw-r--r-- | container/main.tf | 2 |
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 |
