fix: remove proxmox snippet dependency for cloud-init
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 12s

This commit is contained in:
2026-02-28 14:48:14 +00:00
parent 35f0a0dccb
commit 2577669e12
3 changed files with 4 additions and 71 deletions

View File

@@ -35,7 +35,8 @@ resource "proxmox_vm_qemu" "control_planes" {
boot = "order=scsi0"
bootdisk = "scsi0"
ipconfig0 = "ip=dhcp"
cicustom = "user=local:snippets/cp-${count.index + 1}.yaml"
ciuser = "micqdf"
sshkeys = var.SSH_KEY_PUBLIC
disks {
@@ -84,7 +85,8 @@ resource "proxmox_vm_qemu" "workers" {
boot = "order=scsi0"
bootdisk = "scsi0"
ipconfig0 = "ip=dhcp"
cicustom = "user=local:snippets/wk-${count.index + 1}.yaml"
ciuser = "micqdf"
sshkeys = var.SSH_KEY_PUBLIC
disks {
scsi {