github.com/hernad/nomad@v1.6.112/e2e/terraform/terraform.tfvars (about)

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