This message was deleted.
# general
s
This message was deleted.
b
There should be a GetAt(index) method on the Output<T> array
b
Its not working for me because stampVpc.publicSubnetIds is a Promise and not Output :S
Copy code
pulumi.output(stampVpc.publicSubnetIds)[0]
this is the solution thanks 🙂
b
ah yes you need to convert the promise. glad you figured it out
✅ 1