Skip to content

Commit 607cd81

Browse files
fix template syntax
1 parent e558452 commit 607cd81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Resources:
2828
Name: !Sub "${SubdomainName}.${BaseDomainName}."
2929

3030
# Make the Hosted Zone the authoritative DNS server for this subdomain
31-
NSRecordSet:
31+
NSRecord:
3232
Type: AWS::Route53::RecordSet
3333
Properties:
34-
HostedZone: code.org
34+
HostedZoneName: code.org
3535
Name: !Sub "${SubdomainName}.${BaseDomainName}."
3636
Type: NS
3737
TTL: 300
3838
ResourceRecords:
3939
- !GetAtt HostedZone.NameServers
4040

41-
Domain:
41+
DNSRecord:
4242
Type: AWS::Route53::RecordSet
4343
Properties:
4444
HostedZoneId: !Ref HostedZone

0 commit comments

Comments
 (0)