Compare commits

..

3 Commits

Author SHA1 Message Date
df088a7903 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
2025-04-17 14:06:19 +00:00
MichaelFisher1997
060fcbd924 terraform apply
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 30s
2025-04-17 15:04:28 +01:00
MichaelFisher1997
256a2cdadc terraform apply
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 32s
2025-04-17 15:00:50 +01:00
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