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

Support highlighting for Terraform value modifications #7

Open
marshall7m opened this issue Nov 26, 2022 · 0 comments
Open

Support highlighting for Terraform value modifications #7

marshall7m opened this issue Nov 26, 2022 · 0 comments

Comments

@marshall7m
Copy link

marshall7m commented 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:

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.
@marshall7m marshall7m changed the title Support highlighting for Terraform attribute modifications Support highlighting for Terraform value modifications Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant