hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.84k stars 9.19k forks source link

[Enhancement]: Add TCP Idle Timeout to AWS Network Firewall #39986

Open lukesmith-flutter opened 2 weeks ago

lukesmith-flutter commented 2 weeks ago

Description

AWS Network Firewall now supports configurable TCP idle timeouts

See Blog - https://aws.amazon.com/about-aws/whats-new/2024/10/aws-network-firewall-configurable-tcp-idle-timeout/

Affected Resource(s) and/or Data Source(s)

aws_networkfirewall_firewall_policy

Potential Terraform Configuration

resource “aws_networkfirewall_firewall_policy" "example" {
  tcp_idle_timeout_seconds = "350"
}

References

[1] https://aws.amazon.com/about-aws/whats-new/2024/10/aws-network-firewall-configurable-tcp-idle-timeout/

[2] https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_FlowTimeouts.html

Would you like to implement a fix?

No

github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue