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

Ability to manually assign a private static IP address from each subnet to an AWS NLB #11887

Closed
ghost opened this issue Feb 4, 2020 · 5 comments · Fixed by #11404
Closed
Assignees
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elbv2 Issues and PRs that pertain to the elbv2 service.
Milestone

Comments

@ghost
Copy link

ghost commented Feb 4, 2020

This issue was originally opened by @mafitconsulting as hashicorp/terraform#24025. It was migrated here as a result of the provider split. The original body of the issue is below.


Current Terraform Version

Terraform v0.12.19

Use-cases

AWS allows you to create an internal load balancer, from that, you can manually assign a private IP address from the IPv4 range of each subnet instead of letting AWS assign one. I cannot see any functionality documented which allows the "aws_lb" resource to implement this feature.
AWS docs below

[https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-network-load-balancer.html]

Attempted Solutions

No solution attempted, because the functionality does not seem to exist. Therefore, the NLB defaults to AWS assigning a random IP from the subnet range

Proposal

Implement new argument for the aws_lb resource to manually assign a private static ip address for each subnet range

References

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Feb 4, 2020
@ewbankkit
Copy link
Contributor

ewbankkit commented Feb 4, 2020

I think this is the same use case as #11674 and #11044.

@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. service/elbv2 Issues and PRs that pertain to the elbv2 service. and removed needs-triage Waiting for first response or review from a maintainer. labels Jun 24, 2020
@bflad bflad self-assigned this Jun 24, 2020
@bflad bflad added this to the v2.68.0 milestone Jun 24, 2020
@breathingdust breathingdust modified the milestones: v2.68.0, v2.69.0, v2.70.0 Jun 25, 2020
@breathingdust breathingdust modified the milestones: v2.70.0, v3.1.0 Jul 9, 2020
@bflad
Copy link
Contributor

bflad commented Jul 31, 2020

Hi folks 👋 This functionality has been merged and will release with version 3.1.0 of the Terraform AWS Provider, next Thursday. Thanks to @kadenlnelson for the implementation. 👍

@mafitconsulting
Copy link

Great news cheers

@ghost
Copy link
Author

ghost commented Aug 7, 2020

This has been released in version 3.1.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 for triage. Thanks!

@ghost
Copy link
Author

ghost commented Aug 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Aug 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elbv2 Issues and PRs that pertain to the elbv2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants