Closed BBBmau closed 1 month ago
The error handling is more descriptive, and uses diagnostics which is better!
I agree, because it aligns with maintaining the correct state, preventing unnecessary recomputation (I think thats the correct wording haha) by using the previous state version if available
Description
- [ ] refactor plan.Lint.ValueBool() to be it's own PlanModifier https://github.com/hashicorp/terraform-provider-helm/pull/1514/commits/974fdeb0150ca7c7a205003f39958efd66019272-[for later] Perhaps we can decompose the ModifyPlan function into more discrete planModifiers on a per resource basis, i.e for version, manifest
<- This is up for discussion. Since the initial implementation just seems like a lot more code than what it was previously.Acceptance tests
Release Note
Release note for CHANGELOG:
References
Community Note