Closed asheynkmantyler closed 3 months ago
If you prefer, you can also ask your question in the Kubernetes community Slack channel #terraform-providers. (Sign up here)
Terraform version: 1.8.3 Helm Provider version: 2.14.0 Kubernetes version: 1.29
This is related to https://github.com/hashicorp/terraform-provider-helm/issues/1280. The question is which characters need to be escaped? The example https://github.com/hashicorp/terraform-provider-helm/blob/main/docs/resources/release.md#example-usage---chart-repository-configured-outside-of-terraform mentions [ ] { } . , but even your example there,
[ ] { } . ,
set { name = "grafana.ingress.annotations.alb\\.ingress\\.kubernetes\\.io/group\\.name" value = "shared-ingress" }
does not appear to be escaping all periods. Also, we have tf with [ ] { } and . and it appears to be translating correctly.
[ ] { } and .
thank you
@asheynkmantyler did you find the answer?
If you prefer, you can also ask your question in the Kubernetes community Slack channel #terraform-providers. (Sign up here)
Terraform version, Kubernetes provider version and Kubernetes version
Question
This is related to https://github.com/hashicorp/terraform-provider-helm/issues/1280. The question is which characters need to be escaped? The example https://github.com/hashicorp/terraform-provider-helm/blob/main/docs/resources/release.md#example-usage---chart-repository-configured-outside-of-terraform mentions
[ ] { } . ,
but even your example there,does not appear to be escaping all periods. Also, we have tf with
[ ] { } and .
and it appears to be translating correctly.thank you