Merge pull request 'terraform apply' (#6) from stage into master
All checks were successful
Gitea Actions Demo / Terraform Apply (push) Successful in 4m38s

Reviewed-on: #6
This commit is contained in:
micqdf 2025-04-17 14:06:19 +00:00
commit df088a7903
2 changed files with 3 additions and 3 deletions

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"
}

View File

@ -1,5 +1,5 @@
target_node = "flex"
clone_template = "Alpine-Template"
clone_template = "Alpine-TemplateV2"
vm_name = "alpine-vm"
cores = 2
memory = 2048