Update proxmox.tf

This commit is contained in:
2025-08-25 13:56:31 +00:00
parent e072fde014
commit adadbd8ba1

View File

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