-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
AWS EIP does not have attribute ID #5185
Comments
Same problem here. As an added complexity, I'm using the
The error I get intermittently is:
|
May be related to #4944. I'm trying the |
Even using |
Got the same issue, while using different state-files
Re-running the command worked though |
+1 |
Update: the |
Meet the same issue very often last days (especially when terraforming by CircleCI build process) |
similar error is in #6991 with detailed logs |
I'm seeing this too, when running |
Running
|
It looks like using |
Any news on getting this patched and fixed? |
Still an issue in Terraform v0.7.5 |
I am also experiencing this issue on v0.7.9. |
I'm seeing something similar here when I try and use the (Allocation) ID of the EIP resource. I have the following:
The Allocation ID is needed by keepalived configuration so that whichever host in the cluster is the master can associate the EIP to itself (disassociating it first from a considered-dead peer if necessary) so I'm trying to pass the ID in a template_file resource:
When I try and apply this I get the following error:
Terraform has created the EIP resource but it didn't make it into the state file so if I re-apply I end up with multiple "orphaned" EIP resources in AWS. If I remove the dependency from the data template then everything works but I don't have the ID in the templates. If I use something else like the I'm seeing this with 0.8.1. |
Hey folks, Since it seems to be an intermittent issue: Is anyone still having the issue? |
@Ninir, nop, I would close it and open a new one if it comes up again. |
Thanks for letting me know @c4milo, cheers! |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
When trying to associate an EIP with a AWS NAT gateway, I am seeing the following error.
This error occurs randomly and works normally 75% of the time, the logs show that the EIP was created before the NAT gateway.
The text was updated successfully, but these errors were encountered: