X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/be9687cc230d12b9ddc9246840861aaeae8749ea..6dcb171901a8da9604c6d3df5b6e8d647b67d690:/tools/salt-install/terraform/aws/vpc/terraform.tfvars diff --git a/tools/salt-install/terraform/aws/vpc/terraform.tfvars b/tools/salt-install/terraform/aws/vpc/terraform.tfvars index 210a2d2e75..bbc5f84958 100644 --- a/tools/salt-install/terraform/aws/vpc/terraform.tfvars +++ b/tools/salt-install/terraform/aws/vpc/terraform.tfvars @@ -2,6 +2,43 @@ # # SPDX-License-Identifier: CC-BY-SA-3.0 -region_name = "us-east-1" -cluster_name = "xarv1" -domain_name = "example.com" +# Main cluster configurations. No sensible defaults provided for these: +# region_name = "us-east-1" +# cluster_name = "xarv1" +# domain_name = "xarv1.example.com" + +# Uncomment this to create an non-publicly accessible Arvados cluster +# private_only = true + +# Optional networking options. Set existing resources to be used instead of +# creating new ones. +# NOTE: We only support fully managed or fully custom networking, not a mix of both. +# vpc_id = "vpc-aaaa" +# sg_id = "sg-bbbb" +# public_subnet_id = "subnet-cccc" +# private_subnet_id = "subnet-dddd" + +# Optional custom tags to add to every resource. Default: {} +# custom_tags = { +# environment = "production" +# project = "Phoenix" +# owner = "jdoe" +# } + +# Optional cluster service nodes configuration: +# +# List of node names which either will be hosting user-facing or internal services +# user_facing_hosts = ["node1", "node2", ...] +# internal_service_hosts = ["node3", ...] +# +# Map assigning each node name an internal IP address +# private_ip = { +# node1 = "1.2.3.4" +# ... +# } +# +# Map assigning DNS aliases for service node names +# dns_aliases = { +# node1 = ["alias1", "alias2", ...] +# ... +# } \ No newline at end of file