From 265ef099f1c237fd405ea935ea523d7b7b9aa95b Mon Sep 17 00:00:00 2001 From: exequielrafaela Date: Thu, 11 Jul 2019 17:04:01 -0300 Subject: [PATCH] Updating aws_wafregional_web_acl_association for cloudfront comment --- CHANGELOG.md | 6 +++++- modules/waf-global/main.tf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68fdee..7a86e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v0.0.5] - 2019-07-11 + ## [v0.0.4] - 2019-07-11 @@ -14,7 +17,8 @@ ## 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 diff --git a/modules/waf-global/main.tf b/modules/waf-global/main.tf index 9ee3ec5..f6c193e 100644 --- a/modules/waf-global/main.tf +++ b/modules/waf-global/main.tf @@ -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"]