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.88k stars 9.22k forks source link

[Enhancement]: Support EnablePrefixForIpv6SourceNat in elasticloadbalancingv2 for aws_lb #40379

Open flipper opened 2 days ago

flipper commented 2 days ago

Description

The load balancer resource seems to be missing EnablePrefixForIpv6SourceNat option when creating the resource.

Description of the option from AWS Documentation:

EnablePrefixForIpv6SourceNat: [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT. The IP address type must be dualstack. The default value is off.

Type: String

Valid Values: on | off

Required: No

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

Potential Terraform Configuration

No response

References

https://github.com/aws/aws-sdk-go-v2/blob/776903f3dd7208803912e19d3aa25006a7fbdeee/service/elasticloadbalancingv2/api_op_CreateLoadBalancer.go#L62-L65

https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateLoadBalancer.html

Would you like to implement a fix?

None

github-actions[bot] commented 2 days ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

Siddarthyuvaraj commented 2 days ago

I will work on this and raise a PR in sometime