Skip to content
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

Merged
merged 1 commit into from
Oct 8, 2020

Commits on Oct 3, 2020

  1. data-source/aws_vpc_endpoint_service: Accept service_type as argument

    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)
    ```
    bflad committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    a2cb192 View commit details
    Browse the repository at this point in the history