20482: Allows deploying on known VPC & subnets.
[arvados.git] / tools / salt-install / terraform / aws / vpc / terraform.tfvars
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: CC-BY-SA-3.0
4
5 region_name = "us-east-1"
6 # cluster_name = "xarv1"
7 # domain_name = "xarv1.example.com"
8
9 # Uncomment this to create an non-publicly accessible Arvados cluster
10 # private_only = true
11
12 # Optional networking options. Set existing resources to be used instead of
13 # creating new ones.
14 # NOTE: We only support fully managed or fully custom networking, not a mix of both.
15 # vpc_id = "vpc-"
16 # sg_id = "sg-"
17 # public_subnet_id = "subnet-"
18 # private_subnet_id = "subnet-"