diff --git a/terraform/main.tf b/terraform/main.tf index 5da343b..8fc3415 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -35,7 +35,4 @@ resource "proxmox_vm_qemu" "vm1" { agent = 1 scsihw = "virtio-scsi-pci" machine = "q35" - # cicustom = "user=local:snippets/user-data.yaml" # optioneel, voor custom cloud-init - ci_storage = "zfs1" # waar de cloud-init drive moet komen - ci_disk = 4 # grootte in GB } \ No newline at end of file