-
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: Switch service_type filtering from client-side to API #17641
Conversation
…rom client-side to API Reference: #17417 Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccDataSourceAwsVpcEndpointService_interface (12.25s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Interface (12.65s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Gateway (12.65s) --- PASS: TestAccDataSourceAwsVpcEndpointService_gateway (12.65s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom (217.41s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter (219.87s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter_tags (228.91s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- PASS: TestAccDataSourceAwsVpcEndpointService_gateway (16.05s) --- PASS: TestAccDataSourceAwsVpcEndpointService_interface (16.25s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Interface (16.26s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Gateway (16.26s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter_tags (229.07s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom (229.30s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter (229.52s) ```
It looks like this will also fix #17419. |
… update CHANGELOG for #17641 Reference: #17419 Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccDataSourceAwsVpcEndpointService_interface (21.03s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Interface (22.39s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Gateway (22.48s) --- PASS: TestAccDataSourceAwsVpcEndpointService_gateway (23.76s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter (230.43s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter_tags (235.33s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom (238.79s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- PASS: TestAccDataSourceAwsVpcEndpointService_interface (30.12s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Interface (30.15s) --- PASS: TestAccDataSourceAwsVpcEndpointService_gateway (30.16s) --- PASS: TestAccDataSourceAwsVpcEndpointService_ServiceType_Gateway (30.16s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter_tags (249.96s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom (259.01s) --- PASS: TestAccDataSourceAwsVpcEndpointService_custom_filter (261.24s) ```
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.
Sweet, LGTM 👍
This has been released in version 3.33.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
Reference: #17417
Closes #17419
Output from acceptance testing in AWS Commercial:
Output from acceptance testing in AWS GovCloud (US):