dazzling-yak-63062
02/14/2023, 9:24 AMechoing-dinner-19531
02/14/2023, 10:42 AMapply
and put a wait inside the apply (using something like Thread.Sleep, or whatever is supported in your language) and pass that new output value to the dependsOn
list of the resource.
Some resources have a Ready
property which is just a fancier version of the above (it doesn't sleep but actually checks the resource is ready)dazzling-yak-63062
02/14/2023, 10:43 AMechoing-dinner-19531
02/14/2023, 10:45 AMdazzling-yak-63062
02/14/2023, 10:47 AMechoing-dinner-19531
02/14/2023, 10:49 AMdazzling-yak-63062
02/14/2023, 10:49 AMechoing-dinner-19531
02/14/2023, 10:52 AMdazzling-yak-63062
02/14/2023, 10:52 AM