resource aws_network_interface - add ipv6 support #12260
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Community Note
Description
It seems you can't use
ipv6_addresses
oripv6_address_count
with aws_network_interface. Requesting addition of support here. Issue is: if you have an EC2 instance with multiple ENIs, you can't manage ipv6 with it. You can only seem to mange ipv6 with and ENI when it is the primary ENI via aws_instance using argumentsipv6_addresses
oripv6_address_count
. I believe we should have the same two arguments available for aws_network_interface.I believe
vendor\github.com\aws\aws-sdk-go\service\ec2\api.go
has the necessary methods to call fromaws\resource_aws_network_interface.go
.This is regarding provider version 2.51.0.
New or Affected Resource(s)
Potential Terraform Configuration
Example - I'd like to be able to something like this and assign both ipv6 and private ipv4 addresses to an ENI. Today, ipv6_addresses is not a valid argument for this resource (nor is ipv6_address_count).
References
The text was updated successfully, but these errors were encountered: