Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/aws-refarch-wordpress-05-route53.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Parameters:
Description: The DNS endpoint - CloudFront DNS if using CloudFront else Public ELB DNS name.
Type: String
DnsHostId:
AllowedPattern: ^[A-Z0-9]{14}$
AllowedPattern: ^[A-Z0-9]{13,14}$
Description: The DNS host zone id - 'Z2FDTNDATAQYW2' if using CloudFront else Public ELB host zone id.
Type: String
WPDomainName:
Expand Down