Salt installer change: standardize on putting the certs directory under
[arvados-dev.git] / jenkins / test-arvados-multinode / terraform / variables.tf
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 variable "jenkins_build_tag" {
6   type = string
7 }
8 variable "instance_name_prefix" {
9   type = string
10 }
11 variable "instances_count" {
12   type    = number
13   default = 2
14 }
15 variable "user_key" {
16   type = string
17 }