Skip to content
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

Unmark values in couldHaveUnknownBlockPlaceholder before iteration #27635

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

pselle
Copy link
Contributor

@pselle pselle commented Jan 29, 2021

This is needed for cases where a variable may be fetched and become a member of a set, and thus the whole set is marked, which means ElementIterator will panic on unmarked values.

Fixes #27596

This is needed for cases where a variable may be fetched and become
a member of a set, and thus the whole set is marked, which means
ElementIterator will panic on unmarked values
@codecov
Copy link

codecov bot commented Jan 29, 2021

Codecov Report

Merging #27635 (e6daf3d) into master (5df11f2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
plans/objchange/compatible.go 68.65% <100.00%> (+0.15%) ⬆️
terraform/node_resource_plan.go 96.11% <0.00%> (-1.95%) ⬇️
dag/marshal.go 63.49% <0.00%> (+1.58%) ⬆️
internal/providercache/dir.go 73.46% <0.00%> (+6.12%) ⬆️

@pselle pselle requested a review from a team January 29, 2021 22:30
@ghost
Copy link

ghost commented Mar 5, 2021

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.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terraform crash with 0.14.5 and sensitive variable - panic: value is marked, so must be unmarked first
2 participants