856ea2396e03ae022d0e5f38d0be8a4c3cfc4677
[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 nodes. Default: m5a.large
9 # instance_type = {
10 #   default = "m5a.xlarge"
11 #   controller = "c5a.4xlarge"
12 # }
13
14 # AWS secret's name which holds the SSL certificate private key's password.
15 # Default: "arvados-ssl-privkey-password"
16 # ssl_password_secret_name_suffix = "some-name-suffix"
17
18 # User for software deployment. Depends on the AMI's distro.
19 # Default: 'admin'
20 # deploy_user = "ubuntu"
21
22 # Instance AMI to use for service nodes. Default: latest from Debian 11
23 # instance_ami = "ami-0481e8ba7f486bd99"