clever-dog-35937
07/18/2022, 10:45 PMvpc.get...
functions aren't able to be used to reference the subnets/routetables/etc. because they don't get resolved, but also lack apply()
to force a resolveerror TS2339: Property 'apply' does not exist on type 'Promise<Output<string>[]>'.
when trying to get the subnetId
for the Instance webserver-www
awsx
is separate from aws
in the issues it's easier to find.little-cartoon-10569
07/18/2022, 11:14 PMapply()
on a Promise
you can wrap it in pulumi.output(yourPromiseGoesHere)
.