Closed johnstcn closed 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.
env_map
cached_image_resource
KEY=VALUE
This PR adds
env_map
tocached_image_resource
. This consists of the computed env in map format, which can be useful for other providers that do not expectKEY=VALUE
format.