You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a problem? Please describe.
This is a bit of a niche usage, where I need to have several private IPs to be attached to the ENI. Currently, the module only allows me to specify which secondary IPs to be used for the ENI. It would be nice to let AWS handle the secondary IP assignment.
Describe the solution you'd like.
Add a variable private_ip_count to the network interface part, with the default value of 0.
Describe alternatives you've considered.
Mentioned above
Additional context
This is my first time opening an issue here, so I'm not sure whether this repository follows strictly on the argument reference from the aws_instance provider or it is open for changes to the related resources that are used in the module.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
Is your request related to a problem? Please describe.
This is a bit of a niche usage, where I need to have several private IPs to be attached to the ENI. Currently, the module only allows me to specify which secondary IPs to be used for the ENI. It would be nice to let AWS handle the secondary IP assignment.
Describe the solution you'd like.
Add a variable
private_ip_count
to the network interface part, with the default value of 0.Describe alternatives you've considered.
Mentioned above
Additional context
This is my first time opening an issue here, so I'm not sure whether this repository follows strictly on the argument reference from the aws_instance provider or it is open for changes to the related resources that are used in the module.
The text was updated successfully, but these errors were encountered: