Commit graph

6 commits

Author SHA1 Message Date
Cian Johnston
68cc59d705
fix(internal/provider): correct escaping of strings in envbuilder_cached_image.env ()
Fixes 

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.
2024-08-14 14:55:22 +01:00
Cian Johnston
f4a54aa759
chore: update README.md ()
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
2024-08-09 11:02:20 +01:00
Cian Johnston
1926b0b2ae
chore: flesh out envbuilder_cached_image example () 2024-08-08 14:48:28 +01:00
Cian Johnston
ad8b1fda9e
feat: convert datasource to resource ()
- Convert datasource to resource
- Update examples
- Update tests
2024-08-07 11:49:41 +01:00
Mathias Fredriksson
1a49822fc9 Envbuilder 2024-07-22 17:15:50 +03:00
Mathias Fredriksson
76d8aa974e
Initial commit 2024-07-18 14:43:45 +03:00