You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to documentation it should output manifest (String) The rendered manifest as JSON.
Actual Behavior
│ Error: Invalid template interpolation value
│
│ on outputs.tf line 6, in output "nginx_manifest_tmp":
│ 6: value = "test : ${helm_release.external_nginx_ingress.manifest}"
│ ├────────────────
│ │ helm_release.external_nginx_ingress.manifest is null
│
│ The expression result is null. Cannot include a null value in a string template.
The text was updated successfully, but these errors were encountered:
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Steps to Reproduce
terraform apply
Expected Behavior
According to documentation it should output manifest (String) The rendered manifest as JSON.
Actual Behavior
The text was updated successfully, but these errors were encountered: