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

r/aws_appmesh_route: Allow empty 'match' for 'grpc_route' #16867

Merged

Commits on Dec 21, 2020

  1. r/aws_appmesh_route: Allow empty 'match' for 'grpc_route'.

    Acceptance test output:
    
    $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/Route/grpcRoute'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/Route/grpcRoute -timeout 120m
    === RUN   TestAccAWSAppmesh_serial
    === RUN   TestAccAWSAppmesh_serial/VirtualRouter
    === RUN   TestAccAWSAppmesh_serial/GatewayRoute
    === RUN   TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute
    === RUN   TestAccAWSAppmesh_serial/Route
    === RUN   TestAccAWSAppmesh_serial/Route/grpcRoute
    === RUN   TestAccAWSAppmesh_serial/Route/grpcRouteEmptyMatch
    === RUN   TestAccAWSAppmesh_serial/Route/grpcRouteTimeout
    --- PASS: TestAccAWSAppmesh_serial (131.91s)
        --- PASS: TestAccAWSAppmesh_serial/VirtualRouter (0.00s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute (32.18s)
            --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute (32.18s)
        --- PASS: TestAccAWSAppmesh_serial/Route (99.73s)
            --- PASS: TestAccAWSAppmesh_serial/Route/grpcRoute (47.54s)
            --- PASS: TestAccAWSAppmesh_serial/Route/grpcRouteEmptyMatch (18.53s)
            --- PASS: TestAccAWSAppmesh_serial/Route/grpcRouteTimeout (33.66s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	132.036s
    ewbankkit committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    f8ba388 View commit details
    Browse the repository at this point in the history