mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-07-23 12:07:50 +00:00
Fixes #31 We had previously been doing the equivalent of value.String() when writing envbuilder_cached_image.env. This was incorrectly escaping newlines, potentially breaking ENVBUILDER_INIT_SCRIPT. This PR modifies the behaviour to correctly handle string values via ValueString() instead. |
||
---|---|---|
.. | ||
envbuilder_cached_image_resource.tf |