-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathzero-module.yml
More file actions
46 lines (42 loc) · 1.37 KB
/
zero-module.yml
File metadata and controls
46 lines (42 loc) · 1.37 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: zero-deployable-react-frontend
description: 'zero module for a deployable single page application based on Create React App and deployed to S3/Cloudfront'
author: 'Commit'
dependsOn:
- zero-aws-eks-stack
template:
strictMode: true
delimiters:
- '<%'
- '%>'
inputDir: 'templates'
outputDir: 'frontend'
requiredCredentials:
- aws
- circleci
- github
parameters:
- field: region
label: Select AWS Region
options:
- "us-west-2"
- "us-east-1"
- "us-east-2"
- field: productionHostRoot
label: Production Root Host Name (e.g. mydomain.com) - this must be the root of the chosen domain, not a subdomain.
- field: productionFrontendSubdomain
label: Production Frontend Host Name (e.g. app.)
default: app.
- field: productionBackendSubdomain
label: Production Backend Host Name (e.g. api.)
default: api.
- field: stagingHostRoot
label: Staging Root Host Name (e.g. mydomain-staging.com) - this must be the root of the chosen domain, not a subdomain.
- field: stagingFrontendSubdomain
label: Staging Frontend Host Name (e.g. app.)
default: app.
- field: stagingBackendSubdomain
label: Staging Backend Host Name (e.g. api.)
default: api.
- field: randomSeed
label: Random seed that will be shared between projects to come up with deterministic resource names
execute: uuidgen | head -c 8