coder / terraform-provider-envbuilder

Mozilla Public License 2.0
6 stars 1 forks source link

feat(internal/provider): add env_map to cached_image_resource #37

Closed johnstcn closed 2 months ago

johnstcn commented 2 months ago

This PR adds env_map to cached_image_resource. This consists of the computed env in map format, which can be useful for other providers that do not expect KEY=VALUE format.