Update terraform/main.tf
This commit is contained in:
@@ -16,12 +16,6 @@ resource "proxmox_vm_qemu" "vm1" {
|
|||||||
type = "disk"
|
type = "disk"
|
||||||
storage = "zfs1"
|
storage = "zfs1"
|
||||||
}
|
}
|
||||||
# Cloud-init drive toevoegen
|
|
||||||
ide2 {
|
|
||||||
storage = "zfs1"
|
|
||||||
size = "4G"
|
|
||||||
type = "cloudinit"
|
|
||||||
}
|
|
||||||
network {
|
network {
|
||||||
id = 0
|
id = 0
|
||||||
model = "virtio"
|
model = "virtio"
|
||||||
|
|||||||
Reference in New Issue
Block a user