-
Notifications
You must be signed in to change notification settings - Fork 601
Closed
Description
We are trying to figure out how to glob over containers in a variable. Here's an example:
vars: {
things: {
1
2
3
4
}
}
service: {
label: The Service
}
AWS: {
account: {
...${things}
** <-> _._.service
}
}
We expected AWS.account.1,2,3,4,5 to have arrows connected to service but nothing actually happens. It just has the container for service and the container for AWS.|
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done