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

Removing an attribute that is not defined in the schema from HelmTemplateModel struct #1531

Closed JaylonmcShan03 closed 1 week ago

JaylonmcShan03 commented 1 week ago

This pr removes the attr set_string from the HelmTemplateModel struct. The argument is depreciated, and caused a ValueConversion error in several data template tests!

Acceptance tests

Release Note

Release note for CHANGELOG:

...

References

Community Note