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
I tried the latest version v0.2.1 of the function sequencer to have regex matching of resource names. However it does not seem to be working.
How can we reproduce it?
I am using the following composition to have control over the sequence of resource creation. I want EksClusterId-Ashtest to be created before EksUserArn-Ashtest. However, with the following regex matching, both the resources are created concurrently. As soon as I specify the exact names of the resources instead of a regex matching, the sequence is followed.
What happened?
I tried the latest version v0.2.1 of the function sequencer to have regex matching of resource names. However it does not seem to be working.
How can we reproduce it?
I am using the following composition to have control over the sequence of resource creation. I want
EksClusterId-Ashtest
to be created beforeEksUserArn-Ashtest
. However, with the following regex matching, both the resources are created concurrently. As soon as I specify the exact names of the resources instead of a regex matching, the sequence is followed.What environment did it happen in?
Function version: v0.2.1
The text was updated successfully, but these errors were encountered: