Compare commits

...

3 Commits

Author SHA1 Message Date
1b6eca0f69 Merge pull request 'stage' (#12) from stage into master
All checks were successful
Gitea Actions Demo / Terraform Apply (push) Successful in 4m29s
Reviewed-on: #12
2025-04-17 21:00:27 +00:00
MichaelFisher1997
9551e0ad53 terraform fmt
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 23s
2025-04-17 21:59:31 +01:00
MichaelFisher1997
ffc1c1e785 terraform fmt
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Failing after 20s
2025-04-17 21:58:07 +01:00

View File

@ -20,7 +20,7 @@ resource "proxmox_vm_qemu" "alpacas" {
vmid = 500 + count.index + 1
target_node = var.target_node
clone = var.clone_template
full_clone = false
full_clone = true
agent = 1
sockets = var.sockets
@ -52,7 +52,7 @@ resource "proxmox_vm_qemu" "llamas" {
vmid = 600 + count.index + 1
target_node = var.target_node
clone = var.clone_template
full_clone = false
full_clone = true
agent = 1
sockets = var.sockets