Skip to content

Commit b3c3ae2

Browse files
create hosted zone
1 parent 0348d3d commit b3c3ae2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Parameters:
1919
# IsDevCondition: !Equals [!Ref BaseDomainName, "dev-code.org"]
2020

2121
Resources:
22+
23+
HostedZone:
24+
Type: AWS::Route53::HostedZone
25+
Properties:
26+
Name: !Sub "${SubdomainName}.${BaseDomainName}."
27+
2228
Domain:
2329
Type: AWS::Route53::RecordSet
2430
Properties:

0 commit comments

Comments
 (0)