-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Support manually providing a private IPv4 address for an internal network load balancer #12331
Conversation
…work load balancer
Verified acceptance test: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSLB_networkLoadbalancerPrivateIPv4Address'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSLB_networkLoadbalancerPrivateIPv4Address -timeout 120m
=== RUN TestAccAWSLB_networkLoadbalancerPrivateIPv4Address
=== PAUSE TestAccAWSLB_networkLoadbalancerPrivateIPv4Address
=== CONT TestAccAWSLB_networkLoadbalancerPrivateIPv4Address
--- PASS: TestAccAWSLB_networkLoadbalancerPrivateIPv4Address (226.32s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 226.349s |
I can happily confirm that it works for me <3 |
Is there anything we can do to get this merged? I've got some work that is blocked until this functionality is available. |
When can this be released, I need this and this will prevent me from using cloudformation. |
Hey @arnogeurts, closing this in favor of #11404 |
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! |
Community Note
Closes #12329
Release note for CHANGELOG:
Output from acceptance testing: