stage #11

Merged
micqdf merged 11 commits from stage into master 2025-04-17 20:27:28 +00:00
Showing only changes of commit 661fb95830 - Show all commits

View File

@ -30,7 +30,6 @@ resource "proxmox_vm_qemu" "alpacas" {
boot = "order=scsi0"
ipconfig0 = "ip=dhcp"
cicustom = "user=local:snippets/cloud_init_alpaca_${count.index + 1}.yaml"
depends_on = [null_resource.upload_cloud_init_alpaca]
disk {
slot = "scsi0"
@ -63,7 +62,6 @@ resource "proxmox_vm_qemu" "llamas" {
boot = "order=scsi0"
ipconfig0 = "ip=dhcp"
cicustom = "user=local:snippets/cloud_init_llama_${count.index + 1}.yaml"
depends_on = [null_resource.upload_cloud_init_llama]
disk {
slot = "scsi0"