RB
RB
We see this error in the `datadog` helm chart and we aren't using a `dynamic`.
We saw it with manifest experiment enabled. After disabling the manifest experiment, it worked as expected.
@andremarianiello Hmm how can the `lookup` function be modified to avoid this error ? How do other providers do a `lookup` for sensitive values?
@jnmcfly instead of `null`, an empty string can be used and surrounded by `compact()` ```hcl values = compact([ file("${path.module}/settings/values.yaml"), fileexists("${path.module}/settings/helm/${var.environment}/values.yaml") ? file( "settings/helm/${var.environment}/values.yaml" ) : "", ]) ``` @anapsix agreed!...
Hard coding worked for me. I used `terraform show` to find the endpoint and then hard coded it in the `postgresql` provider and it worked... ```hcl provider "postgresql" { #...
That's nice but a fork, branch, pull request is nicer :wink:
Thanks for all your work. Please consider this too - https://github.com/honsiorovskyi/open-url-in-container/issues/88
Marking this issue as unstale