Terraform 0.14.8 zipmap panic: value is marked, so must be unmarked first #28049
Labels
bug
config
confirmed
a Terraform Core team member has reproduced this issue
dependencies
Auto-pinning
Terraform Version
Terraform Configuration Files
test_module/main.tf
main.tf
Debug Output
https://gist.github.com/syphernl/5cb73895e2c357d2c66b89694a60b0ff
Crash Output
The console did not actually indicate it crashed, but it gave the following output:
https://gist.github.com/syphernl/960ac4009adc501b943e0699fd487fa4
Expected Behavior
terraform plan should not crash.
Actual Behavior
terraform plan terminates with
Call to function "zipmap" failed: panic in function implementation: value is marked, so must be unmarked first
Steps to Reproduce
Using the two files mentioned above run:
During
plan
Terraform will crash.Additional Context
References
Similar to #27954
The text was updated successfully, but these errors were encountered: