-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
data-source/aws_vpc_endpoint_service: Accept service_type as argument #15467
data-source/aws_vpc_endpoint_service: Accept service_type as argument #15467
Conversation
Allow practitioners to prevent the following error in certain environments: ``` Error: multiple VPC Endpoint Services matched; use additional constraints to reduce matches to a single VPC Endpoint Service ``` Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Interface (13.90s) --- PASS: TestAccDataSourceAwsVpcEndpointService_gateway (13.91s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Gateway (14.00s) --- PASS: TestAccDataSourceAwsVpcEndpointService_interface (14.69s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom (243.09s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter_tags (243.14s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter (253.55s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Gateway (18.12s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Interface (18.20s) --- PASS: TestAccDataSourceAwsVpcEndpointService_interface (18.66s) --- PASS: TestAccDataSourceAwsVpcEndpointService_gateway (18.67s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom (236.92s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter_tags (258.50s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter (259.55s) ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
--- PASS: TestAccAWSProvider_Region_AwsGovCloudUs (44.06s)
--- PASS: TestAccAWSProvider_Region_AwsCommercial (46.77s)
--- PASS: TestAccAWSProvider_Region_AwsChina (46.82s)
--- PASS: TestAccAWSProvider_IgnoreTags_KeyPrefixes_One (54.30s)
--- PASS: TestAccAWSProvider_IgnoreTags_Keys_One (54.87s)
--- PASS: TestAccAWSProvider_IgnoreTags_Keys_None (55.47s)
--- PASS: TestAccAWSProvider_IgnoreTags_EmptyConfigurationBlock (56.25s)
--- PASS: TestAccAWSProvider_IgnoreTags_KeyPrefixes_Multiple (55.99s)
--- PASS: TestAccDataSourceAwsVpcEndpointService_interface (56.03s)
--- PASS: TestAccAWSProvider_IgnoreTags_KeyPrefixes_None (56.38s)
--- PASS: TestAccAWSProvider_IgnoreTags_Keys_Multiple (55.97s)
--- PASS: TestAccAWSProvider_Endpoints (56.11s)
--- PASS: TestAccDataSourceAwsVpcEndpointService_gateway (57.12s)
--- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Gateway (56.30s)
--- PASS: TestAccAWSProvider_AssumeRole_Empty (56.22s)
--- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Interface (56.88s)
--- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter (244.61s)
--- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter_tags (294.25s)
--- PASS: TestAccDataSourceAwsVpcEndpointService_custom (315.69s)
This has been released in version 3.10.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Release note for CHANGELOG:
Allow practitioners to prevent the following error in certain environments:
Output from acceptance testing in AWS Commercial:
Output from acceptance testing in AWS GovCloud (US):