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
Is your request related to a problem? Please describe.
when trying to add a vpc endpoint to a non-AWS service, I see this error
│ Error: multiple EC2 VPC Endpoint Services matched; use additional constraints to reduce matches to a single EC2 VPC Endpoint Service
│
│ with module.vpc_endpoints.data.aws_vpc_endpoint_service.this["my_company_artifactory"],
│ on .terraform/modules/vpc_endpoints/modules/vpc-endpoints/main.tf line 11, in data "aws_vpc_endpoint_service" "this":
│ 11: data "aws_vpc_endpoint_service" "this" {
Describe the solution you'd like.
Similar to how this documentation shows how to create a vpc endpoint to a non-AWS service, the vpc-endpoints module should document how to support this scenario.
Describe alternatives you've considered.
a workaround is to insert a dummy line service = "s3" like so
Is your request related to a problem? Please describe.
when trying to add a vpc endpoint to a non-AWS service, I see this error
Describe the solution you'd like.
Similar to how this documentation shows how to create a vpc endpoint to a non-AWS service, the vpc-endpoints module should document how to support this scenario.
Describe alternatives you've considered.
a workaround is to insert a dummy line
service = "s3"
like soAdditional context
The text was updated successfully, but these errors were encountered: