Skip to content

Commit

Permalink
refactor(tf): use computed arn
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed May 14, 2024
1 parent bff8130 commit 2997670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resource "aws_cloudfront_distribution" "web_distribution" {
}

viewer_certificate {
acm_certificate_arn = "arn:aws:acm:us-east-1:804184581672:certificate/924d54f4-5e73-4e87-a560-8e285ff119c4"
acm_certificate_arn = aws_acm_certificate.tls_cert.arn
ssl_support_method = "sni-only"
minimum_protocol_version = "TLSv1"
cloudfront_default_certificate = false
Expand Down

0 comments on commit 2997670

Please sign in to comment.