@@ -13,7 +13,7 @@ to match your desired configuration. For example, to create a new distribution
1313
1414``` hcl
1515module "cloudfront_waf" {
16- source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.8.2 "
16+ source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.9.0 "
1717
1818 project = "my-project"
1919 environment = "dev"
@@ -76,7 +76,7 @@ distribution at `www.my-project.org`, you could use the following:
7676
7777``` hcl
7878module "cloudfront_waf" {
79- source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.8.2 "
79+ source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.9.0 "
8080
8181 project = "my-project"
8282 environment = "dev"
@@ -160,7 +160,7 @@ Simply specify the headers you want to add in a map. For example:
160160
161161``` hcl
162162module "cloudfront_waf" {
163- source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.8.2 "
163+ source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.9.0 "
164164
165165 project = "my-project"
166166 environment = "dev"
@@ -196,7 +196,7 @@ resource "aws_wafv2_ip_set" "security_scanners" {
196196}
197197
198198module "cloudfront_waf" {
199- source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.8.2 "
199+ source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.9.0 "
200200
201201 project = "my-project"
202202 environment = "staging"
@@ -235,7 +235,7 @@ For example, to rate limit requests to 300 over a 5-minute period:
235235
236236``` hcl
237237module "cloudfront_waf" {
238- source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.8.2 "
238+ source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.9.0 "
239239
240240 project = "my-project"
241241 environment = "staging"
@@ -281,7 +281,7 @@ ensure it comes after the common and SQLi rule sets.
281281
282282``` hcl
283283module "cloudfront_waf" {
284- source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.8.2 "
284+ source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.9.0 "
285285
286286 project = "my-project"
287287 environment = "staging"
@@ -323,7 +323,7 @@ conditions that must be met for the request to be allowed through.
323323
324324``` hcl
325325module "cloudfront_waf" {
326- source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.8.2 "
326+ source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.9.0 "
327327
328328 project = "my-project"
329329 environment = "staging"
0 commit comments