Skip to content

Commit 5c6288f

Browse files
committed
make AssetsCloudFrontCertArn empty by default
1 parent 5d5da15 commit 5c6288f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stack/assets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
"region, and (3) you wish to serve static media over HTTPS, you must manually create an "
299299
"ACM certificate in the us-east-1 region and provide its ARN here.",
300300
Type="String",
301+
Default="",
301302
),
302303
group="Static Media",
303304
label="CloudFront SSL Certificate ARN",

0 commit comments

Comments
 (0)