From adadbd8ba1db4c94b4ee4715c80bdb5f13a1ad65 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 13:56:31 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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"