microscopic-orange-69417
02/11/2021, 4:49 PMsrc/index.ts(36,43): error TS2339: Property 'names' does not exist on type 'Promise<GetAvailabilityZonesResult>'.
broad-dog-22463
02/11/2021, 4:50 PMmicroscopic-orange-69417
02/11/2021, 4:53 PMOutput
types is really wracking my brain 😕
I tried to pull most of this and revamp using the crosswalk based vpc, but then I run into the same issues when attempting to create the route table entries for the peering.broad-dog-22463
02/11/2021, 4:53 PMconst availabilityZones = aws.getAvailabilityZones({
state: "available",
});
microscopic-orange-69417
02/11/2021, 4:55 PMget
functions which return Promise<Output..>
which just turns into a sysyphian nightmare of async lol.
Totally my fault that I'm not the strongest developer, but I like what I'm seeing of pulumi vs. terraform/hcl hell.
Just have to grasp all the concepts 😕 I'll look this over thanksbroad-dog-22463
02/11/2021, 6:00 PMbillowy-army-68599
02/11/2021, 6:01 PM