mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'Update proxmox.tf' (#97) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#97
This commit is contained in:
@ -60,7 +60,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
|||||||
|
|
||||||
disk {
|
disk {
|
||||||
datastore_id = "local-lvm"
|
datastore_id = "local-lvm"
|
||||||
import_from = proxmox_virtual_environment_download_file.latest_fedora_cloud_img.id
|
import_from = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id
|
||||||
interface = "scsi1"
|
interface = "scsi1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user