From 6aa9941ffc382640830123044edee65359c8b6c3 Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Wed, 29 Nov 2023 00:59:14 -0600 Subject: [PATCH] Update CloudFormation template params --- template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yml b/template.yml index e737d5d..1ec750c 100644 --- a/template.yml +++ b/template.yml @@ -8,7 +8,7 @@ Parameters: Description: "The domain name for the ACM certificate (e.g., your-custom-domain-name.example.com)" paramHostedZoneId: - Type: String + Type: AWS::Route53::HostedZone::Id Description: "The Route 53 hosted zone ID for the domain name (e.g., Z1ABCDEF123456)" paramWithFargate: