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

🐛 Fix missed postrender binary path arguments parsing #1534

Closed arybolovlev closed 1 week ago

arybolovlev commented 1 week ago

Description

This is a quick fix to the issue where the postrender.args attribute is not parsed during creation. It was accidentally removed in this PR.

References

Fix: https://github.com/hashicorp/terraform-provider-helm/issues/1533

Community Note