You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really sure what part is relevant or not and have a lot of Terraform being used. I've tried to make a smaller scoped project to reproduce the bug, but have had trouble doing so.
We get an error indicating panic: value is marked, so must be unmarked first, which is hard to diagnose.
Steps to Reproduce
Hard to know, as it seems to be only one of our pipelines.
Additional Context
We do NOT get the error when using 0.15.5 but do on either of the current 1.0.x releases.
Running terraform show plan plan.tfplan without the JSON flag exits successfully
References
Not sure yet. I took a look at #28903, but that doesn't appear to be exactly related. And it still occurs in the 1.0.1 release which includes the MR fixing it.
The text was updated successfully, but these errors were encountered:
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.
Terraform Version
Terraform Configuration Files
Not really sure what part is relevant or not and have a lot of Terraform being used. I've tried to make a smaller scoped project to reproduce the bug, but have had trouble doing so.
Debug Output
https://gist.github.com/mikesir87/42b665d10ea14605ad7f6116293bb5b1
Crash Output
Looks mostly the same as the debug output, but here you go...
https://gist.github.com/mikesir87/baead99ece361545479f829593af8e39
Expected Behavior
The command to work successfully
Actual Behavior
We get an error indicating
panic: value is marked, so must be unmarked first
, which is hard to diagnose.Steps to Reproduce
Hard to know, as it seems to be only one of our pipelines.
Additional Context
terraform show plan plan.tfplan
without the JSON flag exits successfullyReferences
Not sure yet. I took a look at #28903, but that doesn't appear to be exactly related. And it still occurs in the 1.0.1 release which includes the MR fixing it.
The text was updated successfully, but these errors were encountered: