You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a case we need a list of value as environment variable and pass in the script to do the loop.
It would be great if the environment argument support more than just string.
It's relatively straightforward to do this currently. I either use jsonencode(local.list) if the value is complex or want to process it with jq or for a simple structure like a list of strings I use join(" ", local.list).
There is a case we need a list of value as environment variable and pass in the script to do the loop.
It would be great if the environment argument support more than just string.
For example
The text was updated successfully, but these errors were encountered: