https://pulumi.com logo
#typescript
Title
# typescript
s

sticky-bear-14421

06/06/2023, 6:03 AM
Or do I need to
resolve
the two promises with something like:
Copy code
pulumi.all([account, region]).apply([accountId, regionName)) => {
... Generate policy document here
});
I thought this is what the
.then()
is for
2 Views