-
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
Invalid Parameter for Block device with Snapshot ID -- Terraform v0.5.0 #1862
Comments
Thanks for the report! You'd think that the API would be cool with We'll get this fixed up. |
+1 for this one, it happened me today when I was trying to build a new "graphite" instance. |
+1, occurs to me too. worked around by continuing apply with v0.4.2... (a disgusting way to do things) |
+1 from me, this effectively prevents from modifying root EBS volumes on instances |
+1 this happens to me if I try to use a snapshot of an encrypted volume |
+1 from me, this effectively prevents from modifying root EBS volumes on instances |
Patch for this in #2120 |
If anyone can build I took @randylyon config and was able to get through as expected, but other validation is always welcome |
I was going to send a patch for this and interestingly my patch is exactly same as yours, so I do confirm this works. |
Closed by merging #2120 , let me know if this comes up again |
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. |
Receiving this error when using Terraform 0.5.0 with a block device specifying a snapshot. I get this error if I add encryption = false or don't have encryption defined at all.
Instance defined as:
The text was updated successfully, but these errors were encountered: