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" }