More whoami instances

This commit is contained in:
IamTheFij 2023-04-14 14:24:33 -07:00
parent 4122d92f78
commit 42054d8fa6

View File

@ -6,7 +6,7 @@ resource "nomad_job" "whoami" {
hcl2 { hcl2 {
enabled = true enabled = true
vars = { vars = {
"count" = 1, "count" = 4,
} }
} }