mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-10-22 14:16:53 +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. |
||
---|---|---|
.. | ||
cached_image_resource.go | ||
cached_image_resource_test.go | ||
git_test.go | ||
provider.go | ||
provider_test.go |