Skip to content

Releases: terraform-aws-modules/terraform-aws-network-firewall

v2.0.2

21 Oct 08:49

Choose a tag to compare

2.0.2 (2025-10-21)

Bug Fixes

  • Update CI workflow versions to latest (#18) (b1f3a41)

v2.0.1

28 Jul 12:52

Choose a tag to compare

2.0.1 (2025-07-28)

Bug Fixes

  • Spelling mistake of var.rule_group type definition (#14) (4e7fdfc)

v2.0.0

25 Jul 19:15

Choose a tag to compare

2.0.0 (2025-07-25)

⚠ BREAKING CHANGES

  • Upgrade min AWS provider and Terraform versions to 6.5 and 1.5.7 respectively (#12)

Features

  • Upgrade min AWS provider and Terraform versions to 6.5 and 1.5.7 respectively
  • Add support for region parameter to specify the AWS region for the resources created if different from the provider region
  • Variable definitions now contain detailed object types in place of the previously used any type
  • Added support for availability_zone_change_protection, availability_zone_mapping, enabled_analysis_types, transit_gateway_id to the firewall sub-module
  • Added support for policy_variables to the policy sub-module

v1.0.2

11 Oct 16:09

Choose a tag to compare

1.0.2 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#5) (817cc97)

v1.0.1

07 Mar 02:32

Choose a tag to compare

1.0.1 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#2) (933d856)

v1.0.0

25 Jul 00:31

Choose a tag to compare

1.0.0 (2023-07-25)

Features

  • Add implementation for root module combining firewall and policy (42c1f01)
  • Add sub-modules for firewall, policy, and rule group (0ee7223)
  • Add Terragrunt wrapper support (fe70a60)