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.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
The load balancer resource seems to be missing EnablePrefixForIpv6SourceNat option when creating the resource.
Description of the option from AWS Documentation:
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