Skip to content
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

feat: Add private_ips_count support for network_interface block #418

Closed
thefar8 opened this issue Feb 19, 2025 · 3 comments
Closed

feat: Add private_ips_count support for network_interface block #418

thefar8 opened this issue Feb 19, 2025 · 3 comments

Comments

@thefar8
Copy link

thefar8 commented Feb 19, 2025

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

  • Yes ✅:

Resource aws_network_interface v2.35.0
Resource aws_network_interface v5.87.0 (latest)

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.

Copy link

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

@github-actions github-actions bot added the stale label Mar 22, 2025
@thefar8
Copy link
Author

thefar8 commented Mar 23, 2025

unstale

@github-actions github-actions bot removed the stale label Mar 24, 2025
@bryantbiggs
Copy link
Member

thank you - unfortunately, thats not something we are going to add to this module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants