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
It would be great if there was support for diff highlighting modified values within terraform plans.
For example something like:
Original:
Changes to Outputs:
~ foo = "old" -> "new"
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
to something like:
Changes to Outputs:
! foo = "old" -> "new"
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
The text was updated successfully, but these errors were encountered:
marshall7m
changed the title
Support highlighting for Terraform attribute modifications
Support highlighting for Terraform value modifications
Nov 26, 2022
Hello,
It would be great if there was support for diff highlighting modified values within terraform plans.
For example something like:
Original:
to something like:
Changes to Outputs: ! foo = "old" -> "new" You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
The text was updated successfully, but these errors were encountered: