diff --git a/README.md b/README.md index 38b1cf8..2774ab0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ resource "proxmox_vm_qemu" "test" { name = "tftest1.xyz.com" desc = "tf description" target_node = "proxmox1-xx" - + clone = "terraform-ubuntu1404-template" storage = "local" cores = 3 @@ -50,10 +50,10 @@ resource "proxmox_vm_qemu" "test" { ssh_user = "terraform" ssh_private_key = <