terraform apply
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 25s
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 25s
This commit is contained in:
parent
698892e4e0
commit
c2b86d7c5a
@ -20,7 +20,7 @@ resource "proxmox_vm_qemu" "alpacas" {
|
||||
name = "alpaca-${count.index + 1}"
|
||||
target_node = var.target_node
|
||||
clone = var.clone_template
|
||||
full_clone = false
|
||||
full_clone = false
|
||||
sockets = var.sockets
|
||||
cores = var.cores
|
||||
memory = var.memory
|
||||
@ -54,7 +54,7 @@ resource "proxmox_vm_qemu" "llamas" {
|
||||
name = "llama-${count.index + 1}"
|
||||
target_node = var.target_node
|
||||
clone = var.clone_template
|
||||
full_clone = false
|
||||
full_clone = false
|
||||
sockets = var.sockets
|
||||
cores = var.cores
|
||||
memory = var.memory
|
||||
|
Loading…
x
Reference in New Issue
Block a user