From 8625ab586d31f5ecd09842c83173379f112333b6 Mon Sep 17 00:00:00 2001 From: tmihalik Date: Sun, 30 Nov 2025 18:30:04 +0100 Subject: [PATCH] Correct CloudFront parameter label typo --- template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.py b/template.py index d194efc..6616b33 100755 --- a/template.py +++ b/template.py @@ -440,7 +440,7 @@ def __init__(self, value_one: object, value_two: object) -> None: AllowedValues=yes_no, )) template.add_parameter_to_group(create_cloudfront_distribution, endpoint_params_group) - template.set_parameter_label(create_cloudfront_distribution, "Create CloudForont distribution?") + template.set_parameter_label(create_cloudfront_distribution, "Create CloudFront distribution?") authorization_token = template.add_parameter(Parameter( "AuthorizationToken",