mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.tf
This commit is contained in:
@ -89,6 +89,12 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
|||||||
size = 64
|
size = 64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# >>>> Disco especial cloud-init
|
||||||
|
disk {
|
||||||
|
datastore_id = "local-lvm"
|
||||||
|
interface = "ide2"
|
||||||
|
file_format = "cloudinit"
|
||||||
|
}
|
||||||
|
|
||||||
disk {
|
disk {
|
||||||
datastore_id = "local-lvm"
|
datastore_id = "local-lvm"
|
||||||
|
|||||||
Reference in New Issue
Block a user