X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bfe0ea9b824dc057f07355a928ccb64ab68b6c57..a751c4867db205101be07c357f1b7fec3b3332d8:/tools/salt-install/terraform/aws/services/variables.tf 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