up to 4 machines
This commit is contained in:
parent
75a1827132
commit
7b4cb5f8af
2
main.tf
2
main.tf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user