-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy path.env.aws.template
More file actions
26 lines (19 loc) · 995 Bytes
/
.env.aws.template
File metadata and controls
26 lines (19 loc) · 995 Bytes
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
# ------------------------------------------- Required block -----------------------------------------------------------
# These variables are required and don't have default values
# You must provide values for these to run the deployment successfully
AWS_PROFILE=
AWS_ACCOUNT_ID=
AWS_REGION=
# your domain or subdomain name, eg great-innovations.dev, e2b.great-innovations.dev
DOMAIN_NAME=
# ------------------------------------------- Required with defaults ---------------------------------------------------
# These variables need to be specified but have default values
PROVIDER=aws
# prefix identifier for all resources
PREFIX=e2b-
# prod, staging, dev
TERRAFORM_ENVIRONMENT=dev
# ------------------------------------------- Optional block -----------------------------------------------------------
# Following variables are optional and doesn't have to be set
# Sandbox firewall: comma-separated CIDRs to allow through the private-range deny list
# ALLOW_SANDBOX_INTERNAL_CIDRS=