-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterraform.tfvars_example
More file actions
29 lines (23 loc) · 1.15 KB
/
terraform.tfvars_example
File metadata and controls
29 lines (23 loc) · 1.15 KB
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
# Secoda will provide you a dockerhub password
docker_password = "REQUIRED- PROVIDED BY SECODA"
# Set region and vpc_azs to match
region = "us-west-1"
vpc_azs = ["us-west-1b", "us-west-1c"]
# Limit email address domains that are allowed to log in to Secoda. Domains separated by
# double backslashed comma \\, to escape for helm parsing
authorized_domains = "domain1.customer.com\\,domain2.customer.com\\,domain.customer.org"
# Set the FQDN for your Secoda server. This will be used to provision an ACM SSL certificate
# and configure routing for the ALB ingress
fqdn = "secoda.customer.com"
# Set this to use a pre-generated and approved ACM certificate. If it is not set
# a certificate request will be generated for the fqdn
# acm_lb_cert_arn = "arn:aws:acm:us-west-1:998877665544:certificate/0735413a-8408-430e-8fb3-086245750c05"
# Instance sizing to override defaults for more resources in containers and supporting services
# rds_instance = "db.t4g.small"
# rds_multi_az = false
# redis_instance = "cache.t4g.medium"
# es_instance = "t3.medium.search"
# api_limits_cpu = "2048m"
# api_requests_cpu = "2048m"
# api_limits_mem = "20480Mi"
# api_requests_mem = "20480Mi"