This message was deleted.
# general
s
This message was deleted.
d
The
apply
won't run until after the whole file has run. There should be a
getVpcs
that can be used for this though, provided
filters
doesn't need to be an Output
m
The
apply
won't run until after the whole file has run.
Ah so not a good idea.
The only issue is, I find that the async code doesn't play well in TS constructors.
d
Could Promise.resolve work here?
m
is that blocking?
Oh no, I don't think that works 😞 I don't resolve the promise, something internally will resolve it when
getVpcs
completes.