up to 4 machines

main
serxoz 2023-09-27 17:45:56 +02:00
parent 75a1827132
commit 7b4cb5f8af
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ resource "random_password" "password" {
# servers definition
resource "proxmox_vm_qemu" "hashi_server" {
count = 2 # num of instances, 0 to destroy all
count = 4 # num of instances, 0 to destroy all
name = "hashi-${count.index + 1}" # autonum
target_node = var.proxmox_host # defined in vars.tf
clone = var.template_name # defined in vars.tf