sparse-intern-71089
01/14/2021, 8:14 AMbored-oyster-3147
01/14/2021, 4:01 PMOutput<T>
from the Certificate Validation when they rely on a validated cert - and Pulumi doesn't consider the Certificate Validation "deployed" until the validation is complete.
Perhaps you need something similar since your function resource is returning after the function is deployed but before the function is ready. Then resources that rely on the function being ready could instead depend on this theoretical FunctionReady
resource.
Maybe you could checkout those implementations and see if that helps you come up with a solution?delightful-xylophone-3967
01/15/2021, 9:32 AM