X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/536b3faf5d3494bfe7aebc727efb6464b67f367b..c311969bdd03f411a202983e7a0a11f4d9901243:/tools/salt-install/terraform/aws/services/terraform.tfvars?ds=sidebyside diff --git a/tools/salt-install/terraform/aws/services/terraform.tfvars b/tools/salt-install/terraform/aws/services/terraform.tfvars index 7231717ee6..3a2bf1d8e5 100644 --- a/tools/salt-install/terraform/aws/services/terraform.tfvars +++ b/tools/salt-install/terraform/aws/services/terraform.tfvars @@ -3,15 +3,30 @@ # SPDX-License-Identifier: CC-BY-SA-3.0 # Set to a specific SSH public key path. Default: ~/.ssh/id_rsa.pub -# pubkey_path = /path/to/pub.key +# pubkey_path = "/path/to/pub.key" -# Set the instance type for your hosts. Default: m5a.large -# default_instance_type = "t2.micro" +# Set the instance type for your nodes. Default: m5a.large +# instance_type = { +# default = "m5a.xlarge" +# controller = "c5a.4xlarge" +# } + +# Set the volume size (in GiB) per service node. +# Default: 100 for controller, 20 the rest. +# NOTE: The service node will need to be rebooted after increasing its volume's +# size. +# instance_volume_size = { +# default = 20 +# controller = 300 +# } # 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" # User for software deployment. Depends on the AMI's distro. -# Default: 'admin' -# deploy_user = ubuntu +# Default: "admin" +# deploy_user = "ubuntu" + +# Instance AMI to use for service nodes. Default: latest from Debian 11 +# instance_ami = "ami-0481e8ba7f486bd99" \ No newline at end of file