coder / terraform-provider-envbuilder

Mozilla Public License 2.0
6 stars 1 forks source link

fix: do not quote stringy env variables #21

Closed johnstcn closed 3 months ago

johnstcn commented 3 months ago

Envbuilder will complain if you try to set -e ENVBUILDER_VERBOSE='"true"' which is essentially what we were doing before!