Skip to content

Commit

Permalink
Update cloudfront.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoclessa authored Jul 17, 2023
1 parent c2bc8f4 commit c476b78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloudfront/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@ resource "aws_cloudfront_distribution" "tf" {
restriction_type = "none"
}
}


viewer_certificate {
cloudfront_default_certificate = false

minimum_protocol_version = "TLSv1.2_2021"
ssl_support_method = "sni-only"

acm_certificate_arn = "${var.vca}"
}
}
Expand Down

0 comments on commit c476b78

Please sign in to comment.