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
If you have been using this VPC module and started from 2.2.2021 started seeing the error: Error: multiple VPC Endpoint Services matched; use additional constraints to reduce matches to a single VPC Endpoint Service, here are the available solutions depending on the versions you use:
If you want to manage the VPC endpoint for S3 outside of this module (when using Terraform 0.11, for eg), you can set enable_s3_endpoint = false and create resources aws_vpc_endpoint externally.
If you have been using this VPC module and started from 2.2.2021 started seeing the error:
Error: multiple VPC Endpoint Services matched; use additional constraints to reduce matches to a single VPC Endpoint Service
, here are the available solutions depending on the versions you use:Terraform 0.12, 0.13, 0.14:
3.10.0
(see changelog for the release) or newer:2.70.0
(or newer):2.69.0
:Terraform 0.11
You can upgrade your configuration to use
v1.73.0
to get the specified issue fixed on Terraform 0.11 (commit):Notes
If you want to manage the VPC endpoint for S3 outside of this module (when using Terraform 0.11, for eg), you can set
enable_s3_endpoint = false
and create resourcesaws_vpc_endpoint
externally.References:
#573
hashicorp/terraform-provider-aws#17417
The text was updated successfully, but these errors were encountered: