Merge pull request 'Update proxmox.tf' (#113) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-teste#113
This commit is contained in:
2025-08-25 11:03:02 +00:00

View File

@ -52,7 +52,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
# Configuração do disco rígido
disk {
datastore_id = "local-lvm"
interface = "scsi0"
interface = "scsi1"
size = 64
}
@ -60,8 +60,8 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
disk {
datastore_id = "local-lvm"
file_id = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id
interface = "scsi1"
file_format = "raw"
interface = "scsi0"
file_format = "qcow2"
}
# Configuração da interface de rede