open-nomad/e2e/terraform/terraform.tfvars
2023-04-10 15:36:59 +00:00

16 lines
564 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
region = "us-east-1"
instance_type = "t3a.medium"
server_count = "3"
client_count_ubuntu_jammy_amd64 = "4"
client_count_windows_2016_amd64 = "1"
volumes = true
nomad_local_binary = "../../pkg/linux_amd64/nomad"
nomad_local_binary_client_windows_2016_amd64 = ["../../pkg/windows_amd64/nomad.exe"]
# For testing enterprise, set via --var:
# nomad_license = <content of Nomad license>