We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee2f5c commit 3848634Copy full SHA for 3848634
terraform-module/modules/frontend-spa-cdn/main.tf
@@ -94,7 +94,7 @@ resource "aws_cloudfront_distribution" "this" {
94
viewer_certificate {
95
acm_certificate_arn = var.acm_certificate_arn
96
ssl_support_method = "sni-only"
97
- minimum_protocol_version = "TLSv1.2_2018"
+ minimum_protocol_version = "TLSv1.2_2021"
98
}
99
100
tags = {
0 commit comments