Skip to content

Commit e9f4512

Browse files
authored
Merge branch 'master' into master
2 parents 4ab3463 + 39f696b commit e9f4512

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ resource "aws_cloudfront_distribution" "website_cdn_redirect" {
269269
domain_name = aws_s3_bucket.website_redirect.website_endpoint
270270

271271
custom_origin_config {
272-
origin_protocol_policy = "http-only"
273-
http_port = 80
274-
https_port = 443
275-
origin_ssl_protocols = ["TLSv1.2", "TLSv1.1", "TLSv1"]
272+
http_port = 80
273+
https_port = 443
274+
origin_protocol_policy = "http-only"
275+
origin_ssl_protocols = ["TLSv1", "TLSv1.1", "TLSv1.2"]
276+
}
276277
}
277-
}
278278

279279
default_root_object = "index.html"
280280

0 commit comments

Comments
 (0)