diff --git a/proxmox.tf b/proxmox.tf index 82c06f2..4ba03a0 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -36,7 +36,7 @@ resource "proxmox_virtual_environment_file" "cloud_init_yaml" { users: - default - name: testeuser - plain_text_passwd: testepassword + passwd: testepassword groups: - sudo shell: /bin/bash @@ -88,13 +88,6 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { interface = "scsi1" size = 64 } - - # >>>> Disco especial cloud-init - disk { - datastore_id = "local-lvm" - interface = "ide2" - file_format = "cloudinit" - } disk { datastore_id = "local-lvm"