This commit is contained in:
parent
50ae59602c
commit
661fb95830
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user