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

This commit is contained in:
MichaelFisher1997 2025-04-17 21:59:31 +01:00
parent ffc1c1e785
commit 9551e0ad53

View File

@ -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 = true
full_clone = true
agent = 1
sockets = var.sockets