hashicorp / terraform-provider-helm

Terraform Helm provider
https://www.terraform.io/docs/providers/helm/
Mozilla Public License 2.0
1.01k stars 371 forks source link

`helm-framework`: ModifyPlan refactor 2 #1514

Closed BBBmau closed 1 month ago

BBBmau commented 1 month ago

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

JaylonmcShan03 commented 1 month ago