-
Notifications
You must be signed in to change notification settings - Fork 6
/
.env.tmpl
executable file
·20 lines (16 loc) · 897 Bytes
/
.env.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
REGION=Your AWS Account Region
AWS_ACCESS_KEY=Your AWS ACCESS KEY
AWS_SECRET_KEY=Your AWS SECRET KEY
PROJECT_NAME=Prefix all of the resource
EB_SOLUTION_STACK=EC2's Application Runtime ref: https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html
EC2_KEYPAIR_NAME=KEY-PAIR-NAME-FOR-SSH
TF_CLOUD_ORGANIZATION=Terraform Workspace name
TF_WORKSPACE=Terraform Workspace ID
TF_TOKEN=Your Terraform Cloud Token
DB_NAME=DBName must begin with a letter and contain only alphanumeric characters.
# https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html
# For Engine type, choose MariaDB, Microsoft SQL Server, MySQL, Oracle, or PostgreSQL. ex_ mysql
DB_ENGINE=Engine Type to use
DB_ENGINE_VERSION=Engine Version to use
RDS_USER_NAME=Initial Username of DB to use
RDS_PASSWORD=Initial Password of DB to use (must be at least 8 characters long)