-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terrafrom 11 refresh failed due multiple VPC Endpoint Services matched #581
Comments
Terraform 0.11 is not supported anymore. Please upgrade to use Terraform 0.12.26 or newer. |
@antonbabenko it's not a TF issue. This is an AWS issue. They all of a sudden added two endpoints by default - one gateway and one interface - for the S3:
If you try running the complete-vpc example right now you'll fail with any TF version. |
@KursLabIgor looks like this was fixed 18 hours ago (#573), pull a new version of this module. |
This could have been prevented if this module would look not ANY VPC endpoint available for the specific service, but filter using Closing this issue, since Terraform 0.11 is out of scope for a rather long time. |
@KursLabIgor I have just released the fix in 1.73.0 for Terraform 0.11 users. The release has no new functionality other than the fix for the issue with the VPC endpoint for S3. Check this pinned issue for more details about various solutions - #582 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Started getting error for terraform 11 and module version 1.72
Error: Error refreshing state: 1 error occurred:
* module.vpc.data.aws_vpc_endpoint_service.s3: 1 error occurred:
* module.vpc.data.aws_vpc_endpoint_service.s3: data.aws_vpc_endpoint_service.s3: multiple VPC Endpoint Services matched; use additional constraints to reduce matches to a single VPC Endpoint Service
The text was updated successfully, but these errors were encountered: