sparse-intern-71089
11/21/2023, 5:32 PMbumpy-glass-30283
11/21/2023, 10:26 PMwait=true
switch which awscli and ansible aws modules have (which make the calls essentially sync calls).
If not, then you have 2 options imo:
1: different projects, and use project reference to get the outputs
2 (a bit hacky): do some loop, to wait for the required property to be not None or empty string or something like that.
I'm using Azure, but had to revert to a similar workaround, because after creating an IP address resource did not return the assigned IP (it returned null), but running a get_
function on the same resource returned the IP after deployment.numerous-leather-71223
11/27/2023, 7:46 PM