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

Remove blocks from helm_release resource schema #1507

Closed jrhouston closed 4 weeks ago

jrhouston commented 1 month ago

Description

This removes blocks from the schema and changes them to nested attributes.

Acceptance tests

Release Note

Release note for CHANGELOG:

...

References

Community Note

JaylonmcShan03 commented 1 month ago

Thanks for migrating from block, I believe that will get rid of unsupported block type errors we've faced in a test :)