This message was deleted.
# atlantis-community
s
This message was deleted.
p
@רועי טבת
u
Hi Justin can you give me some more details
j
see the comment below.
but the larger problem is, when passing that via TF, it will render as bool, which is causing the json validation to fail since it declared all ENV vars are strings
and with TF, even something like this
Copy code
content {
      name  = format("environment.%s", upper(set.key))
      value = format("%s", tostring(set.value))
    }
will still render as a bool if its
"true"
u
Hi @Justin S Thanks i got it and made a fix https://github.com/runatlantis/helm-charts/pull/338 i’ll do another discussion with the contributors