I thought `vpcId` is a required field, and in fact...
# general
e
I thought
vpcId
is a required field, and in fact I'd prefer that the cluster is created in a specific VPC that I choose
m
EKS is a bit odd: the VPC ID is inferred from the other parameters.
In fact, it looks like a bug in our Terraform wrapper is causing us to project that field as an input at all
I'll file an issue.
e
thanks