Skip to content

Commit

Permalink
docs: Updated pinned version in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Nov 15, 2024
1 parent 63870ab commit 0951b00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ to match your desired configuration. For example, to create a new distribution

```hcl
module "cloudfront_waf" {
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.3.0"
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.4.0"
project = "my-project"
environment = "dev"
Expand Down Expand Up @@ -79,7 +79,7 @@ Simply specify the headers you want to add in a map. For example:

```hcl
module "cloudfront_waf" {
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.3.0"
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.4.0"
project = "my-project"
environment = "dev"
Expand Down Expand Up @@ -115,7 +115,7 @@ resource "aws_wafv2_ip_set" "security_scanners" {
}
module "cloudfront_waf" {
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.3.0"
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.4.0"
project = "my-project"
environment = "staging"
Expand Down Expand Up @@ -154,7 +154,7 @@ For example, to rate limit requests to 300 over a 5-minute period:

```hcl
module "cloudfront_waf" {
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.3.0"
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.4.0"
project = "my-project"
environment = "staging"
Expand Down Expand Up @@ -195,7 +195,7 @@ override this to exclude certain paths that are used for file uploads.
```hcl
module "cloudfront_waf" {
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.3.0"
source = "github.com/codeforamerica/tofu-modules-aws-cloudfront-waf?ref=1.4.0"
project = "my-project"
environment = "staging"
Expand Down

0 comments on commit 0951b00

Please sign in to comment.