Skip to content

Commit f8f2258

Browse files
simplify
1 parent 4c9ae6b commit f8f2258

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Parameters:
88
# BaseDomainNameHostedZonedID:
99
# Type: String
1010
# Description: AWS Route53 Hosted Zone ID for base domain name.
11-
SubdomainName:
12-
Type: String
13-
Description: Subdomain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org').
11+
# SubdomainName:
12+
# Type: String
13+
# Description: Subdomain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org').
1414
AppImageUri:
1515
Type: String
1616
Description: URI of the Docker image in ECR.
@@ -119,7 +119,7 @@ Resources:
119119
awslogs-region: !Ref AWS::Region
120120
awslogs-stream-prefix: ecs
121121

122-
Outputs:
123-
AiProxyURL:
124-
Value:
125-
!Ref Domain
122+
# Outputs:
123+
# AiProxyURL:
124+
# Value:
125+
# !Ref Domain

0 commit comments

Comments
 (0)