Support diffs in terraform plan #17
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
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.
The text was updated successfully, but these errors were encountered: