-
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
MissingParameter: The request must contain the parameter InstanceId #1905
Comments
I am having this problem if I Ctrl-C out of a terraform script at a certain point and then attempt to destroy: terraform destroy
If I log into AWS, I can see the instance that was created by terraform is there. Just no way to destroy it? |
Fixed in above PR. @timothykimball That sounds really bad, but I tried a few times and couldn't get this to reproduce (unless I ctrl-C twice, which explicitly warns me data loss will occur). You can do it with a single ctrl-C? |
@mitchellh - Pleased to meet you! Great product btw. What is the best way for me to contribute? I have attempted to reproduce and you are correct - I was hitting Ctrl-C twice (slap my hand). Apologies. |
helper/schema: blank ID refresh doesn't exist [GH-1905]
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. |
This occurred when I created a NAT instance of the wrong type.
fi. hvm image was not supported on t1.micro
In tfstate there was an instance with instanceId "" , so it could not continue.
The text was updated successfully, but these errors were encountered: