Skip to content

Commit

Permalink
another case of double-applying marks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed May 12, 2021
1 parent 25cebfb commit 64f5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/evaluate.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func (d *evaluationStateData) GetModule(addr addrs.ModuleCall, rng tfdiags.Sourc
continue
}

instance[cfg.Name] = change.After.MarkWithPaths(changeSrc.AfterValMarks)
instance[cfg.Name] = change.After

if change.Sensitive && !change.After.HasMark("sensitive") {
instance[cfg.Name] = change.After.Mark("sensitive")
Expand Down

0 comments on commit 64f5f2a

Please sign in to comment.