Skip to content

Commit 425bc15

Browse files
committed
Terraform; TLSv1.2_2021
1 parent 6f58a99 commit 425bc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/s3pypi/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "aws_cloudfront_distribution" "cdn" {
4949

5050
viewer_certificate {
5151
acm_certificate_arn = data.aws_acm_certificate.viewer.arn
52-
minimum_protocol_version = "TLSv1.1_2016"
52+
minimum_protocol_version = "TLSv1.2_2021"
5353
ssl_support_method = "sni-only"
5454
}
5555

0 commit comments

Comments
 (0)