Skip to content

Commit 3848634

Browse files
chore: Move the website to latest TLS 1.2 cipher suite (#278)
1 parent 9ee2f5c commit 3848634

File tree

1 file changed

+1
-1
lines changed
  • terraform-module/modules/frontend-spa-cdn

1 file changed

+1
-1
lines changed

terraform-module/modules/frontend-spa-cdn/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ resource "aws_cloudfront_distribution" "this" {
9494
viewer_certificate {
9595
acm_certificate_arn = var.acm_certificate_arn
9696
ssl_support_method = "sni-only"
97-
minimum_protocol_version = "TLSv1.2_2018"
97+
minimum_protocol_version = "TLSv1.2_2021"
9898
}
9999

100100
tags = {

0 commit comments

Comments
 (0)