Skip to content

Commit

Permalink
add missing ssl support method
Browse files Browse the repository at this point in the history
  • Loading branch information
augustfengd committed Jan 27, 2025
1 parent d23c3d5 commit c08ef37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/terraform/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ resource "aws_cloudfront_distribution" "blog-augustfeng-app" {

viewer_certificate {
acm_certificate_arn = aws_acm_certificate_validation.blog_augustfeng_app.certificate_arn
ssl_support_method = "sni-only"
}

restrictions {
Expand Down

0 comments on commit c08ef37

Please sign in to comment.