fix: remove proxmox snippet dependency for cloud-init
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 12s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 12s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user