Skip to content

Commit

Permalink
chore: documentation + cleanup (#116)
Browse files Browse the repository at this point in the history
* chore: cleanup versions.tf

* chore: update changelog
  • Loading branch information
Ohid25 authored Jul 18, 2023
1 parent 435a087 commit e9eb766
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 17 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,31 @@ All notable changes to this project will be documented in this file.
<a name="unreleased"></a>
## [Unreleased]

- update code for provider > 5.0.0
- version up
- chore: cleanup versions.tf


<a name="5.1.0"></a>
## [5.1.0] - 2023-07-18

- add suport for 'allow', 'block' and 'captcha' actions ([#115](https://github.com/umotif-public/terraform-aws-waf-webaclv2/issues/115))


<a name="5.0.1"></a>
## [5.0.1] - 2023-07-18

- Fix nested required `text_transformation` and go back to previous behaviour ([#113](https://github.com/umotif-public/terraform-aws-waf-webaclv2/issues/113))


<a name="5.0.0"></a>
## [5.0.0] - 2023-07-18

- Upgrade to AWS provider 5.0 ([#114](https://github.com/umotif-public/terraform-aws-waf-webaclv2/issues/114))
- Bump google.golang.org/grpc from 1.52.1 to 1.53.0 in /test ([#111](https://github.com/umotif-public/terraform-aws-waf-webaclv2/issues/111))

###

dependency-type: indirect
...


<a name="4.6.1"></a>
Expand Down Expand Up @@ -303,7 +326,10 @@ dependency-type: indirect
- Initial commit


[Unreleased]: https://github.com/umotif-public/terraform-aws-waf-webaclv2/compare/4.6.1...HEAD
[Unreleased]: https://github.com/umotif-public/terraform-aws-waf-webaclv2/compare/5.1.0...HEAD
[5.1.0]: https://github.com/umotif-public/terraform-aws-waf-webaclv2/compare/5.0.1...5.1.0
[5.0.1]: https://github.com/umotif-public/terraform-aws-waf-webaclv2/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/umotif-public/terraform-aws-waf-webaclv2/compare/4.6.1...5.0.0
[4.6.1]: https://github.com/umotif-public/terraform-aws-waf-webaclv2/compare/4.6.0...4.6.1
[4.6.0]: https://github.com/umotif-public/terraform-aws-waf-webaclv2/compare/4.5.0...4.6.0
[4.5.0]: https://github.com/umotif-public/terraform-aws-waf-webaclv2/compare/4.4.0...4.5.0
Expand Down
2 changes: 1 addition & 1 deletion examples/core/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/wafv2-and-or-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-bytematch-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-custom-response-code/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-custom-response/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-geo-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-ip-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-labelmatch-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-logging-configuration/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-regex-pattern-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
2 changes: 1 addition & 1 deletion examples/wafv2-regexmatch-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}
4 changes: 3 additions & 1 deletion examples/wafv2-sizeconstraint-rules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ module "waf" {
priority = 0
size_constraint_statement = {
field_to_match = {
body = "{}"
body = {
oversize_handling = "CONTINUE"
}
}
comparison_operator = "GT"
size = 8192
Expand Down
2 changes: 1 addition & 1 deletion examples/wafv2-sizeconstraint-rules/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = "~> 5"
}
}
}

0 comments on commit e9eb766

Please sign in to comment.