Skip to content

Commit 2b390cf

Browse files
fix template syntax
1 parent 03a17c3 commit 2b390cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Resources:
3535
Name: !Sub "${SubdomainName}.${BaseDomainName}."
3636
Type: NS
3737
TTL: 300
38-
ResourceRecords:
39-
- !GetAtt HostedZone.NameServers
38+
ResourceRecords: !GetAtt HostedZone.NameServers
4039

4140
DNSRecord:
4241
Type: AWS::Route53::RecordSet

0 commit comments

Comments
 (0)