Mohamed Azouz
Mohamed Azouz
* I'm trying to create multiple stacks with different name for same application using parameter files i'm passing stack as following: ``` StackName: "{{Arguments.StackName}}" ``` It gives me this error...
### Terraform, Provider, Kubernetes and Helm Versions ``` Terraform version: v1.2.0 Provider version: 2.9.0 Kubernetes version: 1.23 ``` ### Affected Resource(s) - helm_release ### Terraform Configuration Files ```hcl // Temporal...
### What are you really trying to do? I'm trying to install helm chart using [terraform helm provider](https://registry.terraform.io/providers/hashicorp/helm/latest/docs) for that I'm using terraform `helm_release` resource to install the chart. I...