Update proxmox.tf

This commit is contained in:
2025-08-25 08:12:27 +00:00
parent cd7812edac
commit a3fb1722dc

View File

@ -61,7 +61,6 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
datastore_id = "local-lvm" datastore_id = "local-lvm"
file_id = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id file_id = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id
interface = "scsi1" interface = "scsi1"
file_format = "qcow2"
} }
# Configuração da interface de rede # Configuração da interface de rede