forked from CircleCI-Archived/enterprise-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfvars.template
36 lines (28 loc) · 984 Bytes
/
terraform.tfvars.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#####################################
# 1. Required Cloud Configuration
#####################################
aws_access_key = "..."
aws_secret_key = "..."
aws_region = "..."
aws_vpc_id = "..."
aws_subnet_id = "..."
aws_ssh_key_name = "..."
#####################################
# 2. Required CircleCI Configuration
#####################################
services_instance_type = "m5.2xlarge"
builder_instance_type = "r5.2xlarge"
nomad_client_instance_type = "m5.2xlarge"
# Passphrase used for encrypting/decrypting secrets—must not be blank
circle_secret_passphrase = "..."
#####################################
# 3. Optional Cloud Configuration
#####################################
# Set this to `1` or higher to enable CircleCI 1.0 builders
desired_builders_count = "0"
# Provide proxy address if your network configuration requires it
http_proxy = ""
https_proxy = ""
no_proxy = ""
# Use this var if you have multiple installation within one AWS region
# prefix = "..."