Is Terraform provides support for Helm 3 ? I have find many discussion in the community forum but didn't find any solution that weather terraform make deployment using helm 3
0
votes
There is this open PR on the Helm provider: github.com/terraform-providers/terraform-provider-helm/pull/378
- ydaetskcoR
@ydaetskcoR thanks for answering my question. Is there is any other adhoc method through which we can use helm3 in terraform ?
- user12417145
You could shell out via a provisioner.
- ydaetskcoR
1 Answers
1
votes
Helm 3 support was introduced in v1.0.0 of the Terraform helm provider.
https://github.com/terraform-providers/terraform-provider-helm/releases/tag/v1.0.0