Skip to content

Commit

Permalink
fix: update variables.tf in all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Sep 18, 2023
1 parent a2ecaf7 commit 2a7d89b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _example/byte_match_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/geo_allowlist_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/geo_match_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/ip_set_reference_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/managed_rule_group_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.13.1"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/rate_based_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/regex_match_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/size_constraint_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/sqli_match_statement_rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}
2 changes: 1 addition & 1 deletion _example/xss_match_statement/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.16.2"
version = "~> 5.17.0"
}
}
}

0 comments on commit 2a7d89b

Please sign in to comment.