1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: CC-BY-SA-3.0
5 variable "instance_type" {
6 description = "The EC2 instance types to use per service node"
13 variable "instance_volume_size" {
14 description = "EC2 volume size in GiB per service node"
22 variable "pubkey_path" {
23 description = "Path to the file containing the public SSH key"
25 default = "~/.ssh/id_rsa.pub"
28 variable "deploy_user" {
29 description = "User for deploying the software"
34 variable "ssl_password_secret_name_suffix" {
35 description = "Name suffix for the SSL certificate's private key password AWS secret."
37 default = "arvados-ssl-privkey-password"
40 variable "instance_ami" {
41 description = "The EC2 instance AMI to use on the nodes"