21832: Fixes variable & output parameters naming.
[arvados.git] / tools / salt-install / terraform / aws / services / terraform.tfvars
index 3a2bf1d8e50bb181d514e1060b2b0174ed37330f..a1b0bd155528530526eaf69c7d606a15c0640328 100644 (file)
@@ -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
 #   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"