Just wondering if anyone has any pointers for prov...
# python
b
Just wondering if anyone has any pointers for providing the availability zone to
aws_pulumi.ec2.Subnet
?
pulumi.get_availability_zones()
is an async function, but my pulumi program is just free code within the
__main__.py
file