-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathzero-project.yml
More file actions
30 lines (28 loc) · 1001 Bytes
/
zero-project.yml
File metadata and controls
30 lines (28 loc) · 1001 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
27
28
29
30
# CI Test fixture
# data used by github actions to template out terraform code, then running terraform validate
name: test-project
shouldPushRepositories: false
modules:
zero-aws-eks-stack:
parameters:
accountId: "123456781234"
database: mysql
fileUploads: "no"
cloudtrailEnable: "yes"
loggingType: kibana
metricsType: prometheus
productionBackendSubdomain: api.
productionFrontendSubdomain: app.
productionHostRoot: zero-test.online
randomSeed: 08178BF6
region: us-east-2
sendgridApiKey: SOME_API_KEY
stagingBackendSubdomain: api-stage.
stagingFrontendSubdomain: app-stage.
stagingHostRoot: zero-test-stage.online
files:
dir: infrastructure
repo: github.com/commitdev-test/infrastructure
## This source is dependant on where the zero-project.yml is copied to
## needs to resolve to the root of zero-aws-eks-stack equivalent to locate the /templates folder
source: ../