-
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
Terraform crash when setting root_block_device attribute while launching new instance #2166
Comments
Hello @ranjitshinde91 – And explained in AWS Documentation ion Block Device Mapping: An example would be like this:
All that said, if you're looking for simply the "default", I think it's safe to omit the Hope that helps! |
@phinze Anything we can do here so this kind of thing ( |
Yeah the fact that it crashes is definitely a bug. We can leave this open until we address. |
@catsby : Thanks this works ! |
@radeksimko great to hear! Let us know if there's anything else. Until then, we'll leave this open until we can address the underlying bug that causes a crash instead of an error. Thanks for writing in! |
@catsby you meant @ranjitshinde91 I guess? 😃 |
@radeksimko haha, yes, sorry! 😄 |
helper/schema: validate objects are objects [GH-2166]
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,
I am wriintig script to launh instance in aws.
Below is the template:
When i run terrrafom plan, it gets crashed.
Can you please tell me how to change root block device attributes?
Below are the crash.log file contents:
EDIT by @catsby, formatting and moved crash log to gist: https://gist.github.com/catsby/ac27d20ef561c713f73d
The text was updated successfully, but these errors were encountered: