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

Creating bool debug #1469

Closed JaylonmcShan03 closed 2 months ago

JaylonmcShan03 commented 2 months ago

Description

This PR refactors the handling of the debug mode in the Helm provider to use a boolean variable instead of repeated string comparisons.

Acceptance tests

Release Note

Release note for CHANGELOG:

...

References

Community Note