-
Notifications
You must be signed in to change notification settings - Fork 24
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
Creating/Updating a nlb leads sometimes to: Listener IP and port combination already used by Network Load Balancer #585
Comments
Hello! Did you receive a What do you mean by: The
The Terraform provider extracts the information from the I would normally suggest to check again that the information in the |
During update
Yes
The tf file is valid because sometimes it works and sometimes not. Looks for me like a race condition or timing issue. "This is weird because when I see such an error everything looks fine in the DCD" means that the proper IP Address is assigned to the correct NLB. Please see internal ticket 207171781 for more details (I can not disclose all information in the public for legal reasons) |
@salyh thank you for the answers but I have few more questions in order to be able to clarify this: From your answers I understand that you successfully created the resource and then you tried to update it. I assume that you try to update it using the configuration presented in the description of the issue, and then you received a Also, by
Thank you! |
Yes, correct
I don't know but I assume the initial configuration. I am also not sure what has triggered the update (The only that really needs to be updated for a NLB are the forwarding rules).
Yes
|
If it's a race condition maybe setting -parallelism=1 might help as it will run all requests sequentially. |
Description
Creating/Updating a nlb and forwarding rules sometimes lead to
This is weird because when I see such an error everything looks fine in the DCD
Expected behavior
No error
Environment
Terraform version:
Provider version:
OS:
Configuration Files
Error and Debug Output
See internal ticket 207171781
The text was updated successfully, but these errors were encountered: