X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c311969bdd03f411a202983e7a0a11f4d9901243..887cfc05c53f01ef372179a9d443378a42af5bc2:/tools/salt-install/terraform/aws/services/terraform.tfvars diff --git a/tools/salt-install/terraform/aws/services/terraform.tfvars b/tools/salt-install/terraform/aws/services/terraform.tfvars index 3a2bf1d8e5..a1b0bd1555 100644 --- a/tools/salt-install/terraform/aws/services/terraform.tfvars +++ b/tools/salt-install/terraform/aws/services/terraform.tfvars @@ -2,7 +2,8 @@ # # SPDX-License-Identifier: CC-BY-SA-3.0 -# Set to a specific SSH public key path. Default: ~/.ssh/id_rsa.pub +# SSH public key path to use by the installer script. It will be installed in +# the home directory of the 'deploy_user'. Default: ~/.ssh/id_rsa.pub # pubkey_path = "/path/to/pub.key" # Set the instance type for your nodes. Default: m5a.large @@ -20,6 +21,16 @@ # controller = 300 # } +# Use an RDS instance for database. For this to work, make sure to also set +# 'use_rds' to true in '../vpc/terraform.tfvars'. +# use_rds = true +# +# Provide custom values if needed. +# rds_username = "" +# rds_password = "" +# rds_instance_type = "db.m5.xlarge" +# rds_max_allocated_storage = 1000 + # AWS secret's name which holds the SSL certificate private key's password. # Default: "arvados-ssl-privkey-password" # ssl_password_secret_name_suffix = "some-name-suffix"