16375: add code to test arvados in multi-node
[arvados-dev.git] / jenkins / test-arvados-multinode / terraform / variables.tf
diff --git a/jenkins/test-arvados-multinode/terraform/variables.tf b/jenkins/test-arvados-multinode/terraform/variables.tf
new file mode 100644 (file)
index 0000000..9272eb1
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+variable "jenkins_build_tag" {
+  type = string
+}
+variable "instance_name_prefix" {
+  type = string
+}
+variable "instances_count" {
+  type    = number
+  default = 2
+}
+variable "user_key" {
+  type = string
+}