I need to pass an availability zone to the constructor of a VpnGateay (don't know if it's a zone name or ID, can sort that later). I presume I get this from the subnets that I've created using awsx.ec2.Vpc.
The problem is that vpc.subnets returns a Promise, so when I try to get the availability zone from them, I'm return an Output<Promise<string>>.