-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: add support for enable_primary_ipv6 flag for aws_instance, aws_vpc_network_interface and aws_launch_template #36424
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Related/partial duplicate? #34038 |
Hello, will be the |
Yes #36425 adds support for all those. I'm just waiting for someone to review it |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.81.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
In order to use IPV6 target groups (#35010 #36423 ) you need to set up your instance with a "Primary IPv6 address". For this you need to set the
PrimaryIpv6
boolean on your network interface but the terraform provider doesn't expose this optionAffected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
For the
aws_vpc_network_interface
resource we need to use theEnablePrimaryIpv6
field inCreateNetworkInterface
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.htmlFor the
aws_launch_template
resource we need to set thePrimaryIpv6
field https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.htmlThis functionality was announced here: https://aws.amazon.com/about-aws/whats-new/2023/08/amazon-vpc-primary-ipv6-address-elastic-interface/
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: