X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ee9d1e39b5d469a827be5a719c9c0860914ab2a8..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 9651537560..a1b0bd1555 100644 --- a/tools/salt-install/terraform/aws/services/terraform.tfvars +++ b/tools/salt-install/terraform/aws/services/terraform.tfvars @@ -21,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"