X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1bd3fa5209c808445ee8fa3bcfde8e88b0fd32d7..a751c4867db205101be07c357f1b7fec3b3332d8:/tools/salt-install/terraform/aws/services/variables.tf?ds=inline diff --git a/tools/salt-install/terraform/aws/services/variables.tf b/tools/salt-install/terraform/aws/services/variables.tf index e520a9ab89..99005a2203 100644 --- a/tools/salt-install/terraform/aws/services/variables.tf +++ b/tools/salt-install/terraform/aws/services/variables.tf @@ -14,8 +14,20 @@ variable "pubkey_path" { default = "~/.ssh/id_rsa.pub" } +variable "deploy_user" { + description = "User for deploying the software" + type = string + default = "admin" +} + variable "ssl_password_secret_name_suffix" { description = "Name suffix for the SSL certificate's private key password AWS secret." type = string default = "arvados-ssl-privkey-password" +} + +variable "instance_ami" { + description = "The EC2 instance AMI to use on the nodes" + type = string + default = "" } \ No newline at end of file