Skip to content

Commit e55ea05

Browse files
committed
docs: Updated README
1 parent 610efe8 commit e55ea05

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ to match your desired configuration. For example, to create a new distribution
1313

1414
```hcl
1515
module "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
7878
module "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
162162
module "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
198198
module "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
237237
module "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
283283
module "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
325325
module "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

Comments
 (0)