Skip to content

Commit

Permalink
waf_arn to waf_acl_id (#17)
Browse files Browse the repository at this point in the history
* waf_arn to waf_acl_id

* Update variables.tf
  • Loading branch information
ukho-cfreeman authored Feb 19, 2025
1 parent e8a1dde commit 64b07e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ resource "aws_cloudfront_distribution" "static_site_distribution" {
cloudfront_default_certificate = "false"
ssl_support_method = "sni-only"
}
web_acl_id = var.waf_arn
web_acl_id = var.waf_acl_id
}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variable "waf_arn" {
variable "waf_acl_id" {
type = string
description = "ARN of the waf to be attached to the cloudfront."
}
Expand Down

0 comments on commit 64b07e5

Please sign in to comment.