1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: CC-BY-SA-3.0
5 variable "default_instance_type" {
6 description = "The default EC2 instance type to use on the nodes"
11 variable "pubkey_path" {
12 description = "Path to the file containing the public SSH key"
14 default = "~/.ssh/id_rsa.pub"
17 variable "ssl_password_secret_name_suffix" {
18 description = "Name suffix for the SSL certificate's private key password AWS secret."
20 default = "arvados-ssl-privkey-password"