-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfvars
30 lines (25 loc) · 1000 Bytes
/
terraform.tfvars
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
aws_region = "us-east-1"
account_shorthand = "DevQA"
environment = "GerritDevQA"
project = ""
service = "Gerrit"
owner = "[email protected]"
expiration_date = "2018-12-31"
monitor = "0"
cost_center = ""
vpc_cidr = "10.9.0.0/16"
vpc_azs = [ "us-east-1a", "us-east-1b", "us-east-1c" ]
vpc_private_subnets = [ "10.9.32.0/19", "10.9.96.0/19", "10.9.160.0/19" ]
vpc_public_subnets = [ "10.9.0.0/22", "10.9.64.0/22", "10.9.128.0/22" ]
vpc_enable_dns_hostnames = true
vpc_enable_nat_gateway = true
vpc_single_nat_gateway = false
vpc_one_nat_gateway_per_az = true
tags = {}
domain_hosted_zone = "dev.aderoio.com."
alb_ssl_cert = "*.dev.aderoio.com"
ecs_instance_type = "t2.small"
ecs_enable_ssh = true
ecs_min_size = 1
ecs_desired_size = 1
ecs_instance_root_size = 60