File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
44# The provider below is required to handle ACM and Lambda in a CloudFront context
55provider "aws" {
6- alias = " us-east-1"
7- version = " ~> 2.0"
8- region = " us-east-1"
6+ alias = " us-east-1"
7+ version = " ~> 2.0"
8+ region = " us-east-1"
99}
1010
1111# # Route 53
@@ -265,12 +265,12 @@ resource "aws_cloudfront_distribution" "website_cdn_redirect" {
265265 domain_name = aws_s3_bucket. website_redirect . website_endpoint
266266
267267 custom_origin_config {
268- http_port = 80
269- https_port = 443
270- origin_protocol_policy = " http-only"
271- origin_ssl_protocols = [" TLSv1" , " TLSv1.1" , " TLSv1.2" ]
272- }
268+ http_port = 80
269+ https_port = 443
270+ origin_protocol_policy = " http-only"
271+ origin_ssl_protocols = [" TLSv1" , " TLSv1.1" , " TLSv1.2" ]
273272 }
273+ }
274274
275275 default_root_object = " index.html"
276276
You can’t perform that action at this time.
0 commit comments