opendatacube / datacube-k8s-eks

Deploy a production scale datacube cluster on AWS using EKS
Apache License 2.0
21 stars 14 forks source link

Error: multiple VPC Endpoint Services matched #260

Closed lbodor closed 3 years ago

lbodor commented 3 years ago

I ran into a strange error when running terraform apply:

Error: multiple VPC Endpoint Services matched; use additional constraints to reduce matches to a single VPC Endpoint Service

Updating the VPC module version fixed the issue for me. See https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/445. I'll prepare a PR.