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,r/aws_appmesh_virtual_node,r/aws_appmesh_virtual_router: Support gRPC and HTTP/2 services #11669

Merged
merged 13 commits into from
Oct 1, 2020

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    0d18fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    872f98d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    794115c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    402f353 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e6d4d5 View commit details
    Browse the repository at this point in the history
  6. r/aws_appmesh_virtual_node: Add gRPC and HTTP/2 listener protocols.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAppmesh/VirtualNode/'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualNode/ -timeout 120m
    === RUN   TestAccAWSAppmesh
    === RUN   TestAccAWSAppmesh/VirtualNode
    === RUN   TestAccAWSAppmesh/VirtualNode/basic
    === RUN   TestAccAWSAppmesh/VirtualNode/cloudMapServiceDiscovery
    === RUN   TestAccAWSAppmesh/VirtualNode/listenerHealthChecks
    === RUN   TestAccAWSAppmesh/VirtualNode/logging
    === RUN   TestAccAWSAppmesh/VirtualNode/tags
    --- PASS: TestAccAWSAppmesh (299.07s)
        --- PASS: TestAccAWSAppmesh/VirtualNode (299.07s)
            --- PASS: TestAccAWSAppmesh/VirtualNode/basic (27.62s)
            --- PASS: TestAccAWSAppmesh/VirtualNode/cloudMapServiceDiscovery (117.22s)
            --- PASS: TestAccAWSAppmesh/VirtualNode/listenerHealthChecks (46.57s)
            --- PASS: TestAccAWSAppmesh/VirtualNode/logging (44.16s)
            --- PASS: TestAccAWSAppmesh/VirtualNode/tags (63.51s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	299.124s
    ewbankkit committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    3a9bae4 View commit details
    Browse the repository at this point in the history
  7. r/aws_appmesh_route: Correct acceptance tests after removing custom h…

    …ash functions.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAppmesh/Route/'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/Route/ -timeout 120m
    === RUN   TestAccAWSAppmesh
    === RUN   TestAccAWSAppmesh/Route
    === RUN   TestAccAWSAppmesh/Route/grpcRoute
    === RUN   TestAccAWSAppmesh/Route/http2Route
    === RUN   TestAccAWSAppmesh/Route/httpHeader
    === RUN   TestAccAWSAppmesh/Route/httpRetryPolicy
    === RUN   TestAccAWSAppmesh/Route/httpRoute
    === RUN   TestAccAWSAppmesh/Route/routePriority
    === RUN   TestAccAWSAppmesh/Route/tcpRoute
    === RUN   TestAccAWSAppmesh/Route/tags
    === RUN   TestAccAWSAppmesh/VirtualRouter
    === RUN   TestAccAWSAppmesh/VirtualRouter/basic
    === RUN   TestAccAWSAppmesh/VirtualRouter/tags
    --- PASS: TestAccAWSAppmesh (536.28s)
        --- PASS: TestAccAWSAppmesh/Route (427.64s)
            --- PASS: TestAccAWSAppmesh/Route/grpcRoute (52.28s)
            --- PASS: TestAccAWSAppmesh/Route/http2Route (51.36s)
            --- PASS: TestAccAWSAppmesh/Route/httpHeader (50.85s)
            --- PASS: TestAccAWSAppmesh/Route/httpRetryPolicy (50.92s)
            --- PASS: TestAccAWSAppmesh/Route/httpRoute (50.68s)
            --- PASS: TestAccAWSAppmesh/Route/routePriority (50.25s)
            --- PASS: TestAccAWSAppmesh/Route/tcpRoute (50.50s)
            --- PASS: TestAccAWSAppmesh/Route/tags (70.81s)
        --- PASS: TestAccAWSAppmesh/VirtualRouter (108.64s)
            --- PASS: TestAccAWSAppmesh/VirtualRouter/basic (45.45s)
            --- PASS: TestAccAWSAppmesh/VirtualRouter/tags (63.18s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	536.334s
    ewbankkit committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    cb70df6 View commit details
    Browse the repository at this point in the history
  8. r/aws_appmesh_route: Correct acceptance tests after merge of hashicor…

    …p#13539.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAppmesh/Route/'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/Route/ -timeout 120m
    === RUN   TestAccAWSAppmesh
    === RUN   TestAccAWSAppmesh/Route
    === RUN   TestAccAWSAppmesh/Route/httpHeader
    === RUN   TestAccAWSAppmesh/Route/httpRetryPolicy
    === RUN   TestAccAWSAppmesh/Route/httpRoute
    === RUN   TestAccAWSAppmesh/Route/routePriority
    === RUN   TestAccAWSAppmesh/Route/tcpRoute
    === RUN   TestAccAWSAppmesh/Route/tags
    === RUN   TestAccAWSAppmesh/Route/grpcRoute
    === RUN   TestAccAWSAppmesh/Route/http2Route
    === RUN   TestAccAWSAppmesh/VirtualRouter
    === RUN   TestAccAWSAppmesh/VirtualRouter/basic
    === RUN   TestAccAWSAppmesh/VirtualRouter/tags
    --- PASS: TestAccAWSAppmesh (599.58s)
        --- PASS: TestAccAWSAppmesh/Route (489.49s)
            --- PASS: TestAccAWSAppmesh/Route/httpHeader (51.90s)
            --- PASS: TestAccAWSAppmesh/Route/httpRetryPolicy (51.97s)
            --- PASS: TestAccAWSAppmesh/Route/httpRoute (70.76s)
            --- PASS: TestAccAWSAppmesh/Route/routePriority (50.99s)
            --- PASS: TestAccAWSAppmesh/Route/tcpRoute (70.80s)
            --- PASS: TestAccAWSAppmesh/Route/tags (71.10s)
            --- PASS: TestAccAWSAppmesh/Route/grpcRoute (70.84s)
            --- PASS: TestAccAWSAppmesh/Route/http2Route (51.12s)
        --- PASS: TestAccAWSAppmesh/VirtualRouter (110.09s)
            --- PASS: TestAccAWSAppmesh/VirtualRouter/basic (45.51s)
            --- PASS: TestAccAWSAppmesh/VirtualRouter/tags (64.59s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	599.643s
    ewbankkit committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    9499bb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3330750 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79a3d85 View commit details
    Browse the repository at this point in the history
  11. r/aws_appmesh_virtual_node: Use '_Values()' (hashicorp#14601).

    r/aws_appmesh_virtual_router: Use '_Values()' (hashicorp#14601).
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAppmesh/Route/'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/Route/ -timeout 120m
    === RUN   TestAccAWSAppmesh_serial
    === RUN   TestAccAWSAppmesh_serial/Route
    === RUN   TestAccAWSAppmesh_serial/Route/tcpRoute
    === RUN   TestAccAWSAppmesh_serial/Route/tags
    === RUN   TestAccAWSAppmesh_serial/Route/grpcRoute
    === RUN   TestAccAWSAppmesh_serial/Route/http2Route
    === RUN   TestAccAWSAppmesh_serial/Route/httpHeader
    === RUN   TestAccAWSAppmesh_serial/Route/httpRetryPolicy
    === RUN   TestAccAWSAppmesh_serial/Route/httpRoute
    === RUN   TestAccAWSAppmesh_serial/Route/routePriority
    === RUN   TestAccAWSAppmesh_serial/VirtualRouter
    === RUN   TestAccAWSAppmesh_serial/VirtualRouter/basic
    === RUN   TestAccAWSAppmesh_serial/VirtualRouter/tags
    --- PASS: TestAccAWSAppmesh_serial (445.49s)
        --- PASS: TestAccAWSAppmesh_serial/Route (365.54s)
            --- PASS: TestAccAWSAppmesh_serial/Route/tcpRoute (53.92s)
            --- PASS: TestAccAWSAppmesh_serial/Route/tags (54.25s)
            --- PASS: TestAccAWSAppmesh_serial/Route/grpcRoute (53.66s)
            --- PASS: TestAccAWSAppmesh_serial/Route/http2Route (37.42s)
            --- PASS: TestAccAWSAppmesh_serial/Route/httpHeader (37.67s)
            --- PASS: TestAccAWSAppmesh_serial/Route/httpRetryPolicy (37.44s)
            --- PASS: TestAccAWSAppmesh_serial/Route/httpRoute (53.63s)
            --- PASS: TestAccAWSAppmesh_serial/Route/routePriority (37.54s)
        --- PASS: TestAccAWSAppmesh_serial/VirtualRouter (79.94s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualRouter/basic (32.84s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualRouter/tags (47.11s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	445.526s
    ewbankkit committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    1053fb6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c010e5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db690d1 View commit details
    Browse the repository at this point in the history