20259: Add documentation for banner and tooltip features
[arvados.git] / tools / salt-install / terraform / aws / services / terraform.tfvars
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: CC-BY-SA-3.0
4
5 # Set to a specific SSH public key path. Default: ~/.ssh/id_rsa.pub
6 # pubkey_path = /path/to/pub.key
7
8 # Set the instance type for your hosts. Default: m5a.large
9 # default_instance_type = "t2.micro"
10
11 # AWS secret's name which holds the SSL certificate private key's password.
12 # Default: "arvados-ssl-privkey-password"
13 # ssl_password_secret_name_suffix = "some-name-suffix"