generated from clowdhaus/terraform-aws-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- Yes ✅: (all changes related to the firewall since version with changes identified to be in fault on the module - v5.10.0)
- v5.10.0:
- resource/aws_networkfirewall_firewall_policy: Add
firewall_policy.policy_variables
configuration block to support Suricata HOME_NET variable override
- resource/aws_networkfirewall_firewall_policy: Add
- v5.11.0:
- resource/aws_networkfirewall_rule_group: Add support for
REJECT
action in stateful rule actions
- resource/aws_networkfirewall_rule_group: Add support for
- v5.32.0:
- data-source/aws_networkfirewall_firewall_policy: Add firewall_policy.tls_inspection_configuration_arn attribute
- v5.56.0:
- New Resource: aws_networkfirewall_tls_inspection_configuration
- v5.10.0:
Is your request related to a problem? Please describe.
Currently we can't use some aspects of the firewall resources with this module. The ones that I identified:
- Policy Module:
policy_variables
configuration block -> to set HOME_NET variable override- TLS Inspection Configuration Implementation:
tls_inspection_configuration_arn
argument infirewall_policy
resourceaws_networkfirewall_tls_inspection_configuration
resource
Describe the solution you'd like.
Update Module to be able to implement all those aspects of the firewall resources.
Check if nothing but these is in fault (didn't do an extensive lookup)
igor-elizarov, irussak3 and eylon-commit