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 diffs in terraform plan #17

Open
braunsonm opened this issue Apr 29, 2021 · 1 comment
Open

Support diffs in terraform plan #17

braunsonm opened this issue Apr 29, 2021 · 1 comment
Labels
discussion This issue is not a bug or feature and a conversation is needed to find an appropriate resolution enhancement This issue is a feature request help wanted Extra attention is needed

Comments

@braunsonm
Copy link

Describe the problem/challenge you have
This is an issue to bring back the functionality to show diffs during the plan phase. This does seem possible as the Helm provider does the same thing here:
hashicorp/terraform-provider-helm#702

Describe the solution you'd like
A solution similar to the helm provider that shows the diff in the plan for deploying

Anything else you would like to add:
This used to be supported but caused a lot of issues where the kapp "age" would trigger terraform to crash due to the diff changing between the plan and apply phases. This would need extensive testing to not reintroduce this issue.

@braunsonm braunsonm added carvel-triage This issue has not yet been reviewed for validity enhancement This issue is a feature request labels Apr 29, 2021
@cppforlife cppforlife added discussion This issue is not a bug or feature and a conversation is needed to find an appropriate resolution help wanted Extra attention is needed and removed carvel-triage This issue has not yet been reviewed for validity labels May 17, 2021
@marcinkubica
Copy link

Diffing also doesn't happen for apply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion This issue is not a bug or feature and a conversation is needed to find an appropriate resolution enhancement This issue is a feature request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants