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

Reviewed-on: fenix-gitea-admin/iac-teste#104
This commit is contained in:
2025-08-25 08:17:43 +00:00

View File

@ -61,6 +61,7 @@ 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 = "raw"
} }
# Configuração da interface de rede # Configuração da interface de rede