Skip to content

Commit

Permalink
Merge pull request #16 from amavrogiannis/feat/reformat-terraform
Browse files Browse the repository at this point in the history
default cft cert p3
  • Loading branch information
amavrogiannis authored Mar 29, 2024
2 parents ac60f2d + c5269de commit f460ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/modules/web/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ resource "aws_cloudfront_distribution" "this" {
viewer_certificate {
# acm_certificate_arn = data.aws_acm_certificate.this.arn
cloudfront_default_certificate = true
minimum_protocol_version = "TLSv1.2_2021"
ssl_support_method = "sni-only"
# minimum_protocol_version = "TLSv1.2_2021"
# ssl_support_method = "sni-only"
}
}

Expand Down

0 comments on commit f460ffd

Please sign in to comment.