Skip to content

Commit

Permalink
Updating aws_wafregional_web_acl_association for cloudfront comment
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Jul 11, 2019
1 parent 0b470aa commit 265ef09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
## [Unreleased]


<a name="v0.0.5"></a>
## [v0.0.5] - 2019-07-11

<a name="v0.0.4"></a>
## [v0.0.4] - 2019-07-11

Expand All @@ -14,7 +17,8 @@
<a name="v0.0.1"></a>
## v0.0.1 - 2019-07-11

[Unreleased]: https://github.com/binbashar/terraform-waf-owasp/compare/v0.0.4...HEAD
[Unreleased]: https://github.com/binbashar/terraform-waf-owasp/compare/v0.0.5...HEAD
[v0.0.5]: https://github.com/binbashar/terraform-waf-owasp/compare/v0.0.4...v0.0.5
[v0.0.4]: https://github.com/binbashar/terraform-waf-owasp/compare/v0.0.3...v0.0.4
[v0.0.3]: https://github.com/binbashar/terraform-waf-owasp/compare/v0.0.2...v0.0.3
[v0.0.2]: https://github.com/binbashar/terraform-waf-owasp/compare/v0.0.1...v0.0.2
2 changes: 1 addition & 1 deletion modules/waf-global/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ resource "aws_waf_web_acl" "waf_acl" {
}

#
# This is how we link the WAF ACL to one or many ALBs.
# This is how we link the WAF ACL to one or many CloudFront distributions.
#
resource "aws_wafregional_web_acl_association" "acl_cloudfront_association" {
depends_on = ["aws_waf_web_acl.waf_acl"]
Expand Down

0 comments on commit 265ef09

Please sign in to comment.