fix password

This commit is contained in:
Andreas Gruhler 2019-06-03 09:16:32 +02:00
parent c3d462e390
commit cde2db1bf8

View File

@ -19,5 +19,5 @@ resource "proxmox_lxc" "lxc-test" {
]
storage = "local-lvm"
pool = "terraform"
passsword = "rootroot"
password = "rootroot"
}