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: Add support for retry policies #11660

Merged
merged 6 commits into from
Sep 29, 2020

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    d7e8113 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b40d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc97c4d View commit details
    Browse the repository at this point in the history
  4. r/aws_appmesh_route: 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/httpHeader
    === RUN   TestAccAWSAppmesh_serial/Route/httpRetryPolicy
    === RUN   TestAccAWSAppmesh_serial/Route/httpRoute
    === RUN   TestAccAWSAppmesh_serial/Route/tcpRoute
    === RUN   TestAccAWSAppmesh_serial/Route/routePriority
    === RUN   TestAccAWSAppmesh_serial/Route/tags
    === RUN   TestAccAWSAppmesh_serial/VirtualRouter
    === RUN   TestAccAWSAppmesh_serial/VirtualRouter/tags
    === RUN   TestAccAWSAppmesh_serial/VirtualRouter/basic
    --- PASS: TestAccAWSAppmesh_serial (352.76s)
        --- PASS: TestAccAWSAppmesh_serial/Route (271.85s)
            --- PASS: TestAccAWSAppmesh_serial/Route/httpHeader (37.80s)
            --- PASS: TestAccAWSAppmesh_serial/Route/httpRetryPolicy (37.55s)
            --- PASS: TestAccAWSAppmesh_serial/Route/httpRoute (52.51s)
            --- PASS: TestAccAWSAppmesh_serial/Route/tcpRoute (52.73s)
            --- PASS: TestAccAWSAppmesh_serial/Route/routePriority (37.16s)
            --- PASS: TestAccAWSAppmesh_serial/Route/tags (54.10s)
        --- PASS: TestAccAWSAppmesh_serial/VirtualRouter (80.91s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualRouter/tags (47.36s)
            --- PASS: TestAccAWSAppmesh_serial/VirtualRouter/basic (33.55s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	352.802s
    ewbankkit committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f9ec18b View commit details
    Browse the repository at this point in the history
  5. Fix terrafmt error.

    ewbankkit committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    4232937 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2efca8a View commit details
    Browse the repository at this point in the history