You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: