the main documentation for setting up the provider have the following
const provider = new Provider(this, "Provider", { vpc: vpc, vpcSubnet: { subnetType: ec2.SubnetType.PRIVATE_WITH_EGRESS, }, cluster: cluster, secret: cluster.secret!, })
ie it states that we should use vpcSubnet, but it looks like it should be vpcSubnets.
the main documentation for setting up the provider have the following
const provider = new Provider(this, "Provider", { vpc: vpc, vpcSubnet: { subnetType: ec2.SubnetType.PRIVATE_WITH_EGRESS, }, cluster: cluster, secret: cluster.secret!, })
ie it states that we should use vpcSubnet, but it looks like it should be vpcSubnets.