Releases: aws-ia/terraform-aws-networkfirewall
Releases · aws-ia/terraform-aws-networkfirewall
v1.0.1
What's Changed
- Support for
network_firewall_encryption
by @alexknez in #10. If customer provided newly introduced variable network_firewall_encryption_key_arn with ARN of KMS key, it will be used for encrypting data at the rest. Otherwise, AWS managed KMS key will be utilized (default behaviour).
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Moving to version 1.0.0 - by @pablo19sc
- Support for AWS provider version 5.x
- Main change is that the variable tgw_subnet_route_tables changes to connectivity_subnet_route_tables to not create confusion when using the module with AWS Cloud WAN - added moved.tf file with moved blocks to avoid re-creation of resources.
Full Changelog: v0.1.1...v1.0.0
v0.1.1
What's Changed
- Bug fix: updates in README to show how to properly configure the
firewall_configuration
variable by @pablo19sc in #6
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Added AWS Network Firewall logging by @aws-rafams in #5
- Update in examples to remove awscc resources by @pablo19sc in #5
Full Changelog: v0.0.2...v0.1.0
v0.0.2
What's Changed
- Remove "experiments" block & required_version >= 1.3.0 by @pablo19sc in #3
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- First Commit - AWS Network Firewall Module by @pablo19sc in #1
New Contributors
- @pablo19sc made their first contribution in #1
Full Changelog: https://github.com/aws-ia/terraform-aws-networkfirewall/commits/v0.0.1