mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
5fc3ba37a6
When an attribute value changes in sensitivity, we previously rendered this in the diff with a `~` update action and a note about the consequence of the sensitivity change. Since we also suppress the attribute value, this made it impossible to know if the underlying value was changing, too, which has significant consequences on the meaning of the plan. This commit adds an equality check of the old/new underlying values. If these are unchanged, we add a note to the sensitivity warning to clarify that only sensitivity is changing. |
||
---|---|---|
.. | ||
diagnostic_test.go | ||
diagnostic.go | ||
diff_test.go | ||
diff.go | ||
format.go | ||
object_id_test.go | ||
object_id.go | ||
state_test.go | ||
state.go | ||
trivia.go |