-
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
[crash] Bug using variable with 'any' type #24652
Comments
Hi @fernando1989mg! Thanks for reporting this. This looks like a valid issue report. Based on the context you've provided, I have some clues about what might be causing it, but not quite enough of a reproduction case to just run locally and reproduce the crash. If you can, it would really help if you could provide a minimal full example, for example in a tiny github repository, that I could clone and run locally. Ideally, this would use the null resource to reduce test dependencies. Is that something you can help add in? |
Thanks @techdragon, we can track this in #24801 |
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. |
crash.log
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
https://raw.githubusercontent.com/fernando1989mg/uploadsPublics/master/crash.log
Expected Behavior
I understand that the type of variable any should accept any value, so that should happen, that accept the values provided
Actual Behavior
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Terraform crashed! This is always indicative of a bug within Terraform.
A crash log has been placed at "crash.log" relative to your current
working directory. It would be immensely helpful if you could please
report the crash with Terraform1 so that we can fix this.
When reporting bugs, please include your terraform version. That
information is available on the first line of crash.log. You can also
get it by running 'terraform --version' on the command line.
SECURITY WARNING: the "crash.log" file that was created may contain
sensitive information that must be redacted before it is safe to share
on the issue tracker.
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Steps to Reproduce
Additional Context
References
The text was updated successfully, but these errors were encountered: