terraform apply
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 32s

This commit is contained in:
MichaelFisher1997 2025-04-17 15:00:50 +01:00
parent ffdaa8e387
commit 256a2cdadc

View File

@ -44,7 +44,7 @@ resource "proxmox_vm_qemu" "alpacas" {
ciuser = "alpine"
cipassword = var.proxmox_password
cicustom = "user=local:snippets/cloudinit-user.yaml"
cicustom = "user=local:snippets/cloudinit-tailscale.yaml"
}
resource "proxmox_vm_qemu" "llamas" {
@ -77,5 +77,5 @@ resource "proxmox_vm_qemu" "llamas" {
ciuser = "alpine"
cipassword = var.proxmox_password
cicustom = "user=local:snippets/cloudinit-user.yaml"
cicustom = "user=local:snippets/cloudinit-tailscale.yaml"
}