File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Parameters:
10
10
Description: AWS Route53 Hosted Zone ID for base domain name.
11
11
SubdomainName:
12
12
Type: String
13
- Description: Sub domain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org').
13
+ Description: Subdomain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org').
14
14
# LogBucket:
15
15
# Type: String
16
16
# Default: cdo-logs.s3.amazonaws.com
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ BASE_DOMAIN=${BASE_DOMAIN-'dev-code.org'}
19
19
# Default to lookup the hosted zone by name.
20
20
BASE_DOMAIN_HOSTED_ZONE_ID=${BASE_DOMAIN_HOSTED_ZONE_ID-$(get_hosted_zone " ${BASE_DOMAIN} " )}
21
21
22
- # Use sub domain name as the CloudFormation Stack name.
22
+ # Use subdomain name as the CloudFormation Stack name.
23
23
STACK=${SUBDOMAIN}
24
24
25
25
PROVISIONED_CONCURRENT_EXECUTIONS=${PROVISIONED_CONCURRENT_EXECUTIONS-' 1' }
You can’t perform that action at this time.
0 commit comments