From cde2db1bf84b6fe5d7a3d789bbaae10e4e7c401c Mon Sep 17 00:00:00 2001 From: Andreas Gruhler Date: Mon, 3 Jun 2019 09:16:32 +0200 Subject: [PATCH] fix password --- examples/lxc_example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lxc_example.tf b/examples/lxc_example.tf index 8587cef..e02ccc4 100644 --- a/examples/lxc_example.tf +++ b/examples/lxc_example.tf @@ -19,5 +19,5 @@ resource "proxmox_lxc" "lxc-test" { ] storage = "local-lvm" pool = "terraform" - passsword = "rootroot" + password = "rootroot" }