Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"modules/aws-route53-zones": "0.1.0",
"modules/aws-mongodbatlas-access": "0.1.0",
"modules/aws-centralized-logging": "0.1.0",
"modules/aws-waf": "0.3.0",
"modules/aws-waf": "0.4.0",
"modules/aws-elasticsearch": "0.1.0",
"modules/aws-msk-apache-kafka-cluster-master": "0.2.2",
"modules/aws-guardduty-master": "0.1.0",
Expand Down
7 changes: 7 additions & 0 deletions modules/aws-waf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/kloia/platform-modules/compare/aws-waf-v0.3.0...aws-waf-v0.4.0) (2026-09-02)


### Features

* **aws-waf,aws-shield:** add Anti-DDoS rule overrides + Shield subscription ([#338](https://github.com/kloia/platform-modules/issues/338)) ([d8a23b2](https://github.com/kloia/platform-modules/commit/d8a23b26493e9b8575274678feaa5b0af1c398f8))

## [0.3.0](https://github.com/kloia/platform-modules/compare/aws-waf-v0.2.0...aws-waf-v0.3.0) (2026-06-18)


Expand Down
2 changes: 1 addition & 1 deletion modules/aws-waf/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
aws = {
source = "hashicorp/aws"
# rule_action_override + managed_rule_group_configs.aws_managed_rules_anti_ddos_rule_set
# require v6.1.0 (https://github.com/hashicorp/terraform-provider-aws/blob/v6.1.0/CHANGELOG.md,
# require v0.4.0 (https://github.com/hashicorp/terraform-provider-aws/blob/v0.4.0/CHANGELOG.md,
# PR #43149). Callers not using those fields still work on older 6.x,
# but pinning here prevents a stale lock file from silently resolving
# a provider that predates this schema.
Expand Down
Loading