Hi, I'm trying to create a VPC via Crosswalk, to u...
# typescript
c
Hi, I'm trying to create a VPC via Crosswalk, to use with a new EKS cluster. However the example code from the docs doesn't compile:
Copy code
import * as awsx from "@pulumi/awsx";
import * as eks from "@pulumi/eks";

// Create a VPC for our cluster.
const vpc = new awsx.ec2.Vpc("my-vpc");