-
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
r/aws_appmesh_route: Add support for HTTP-header-based routing and route priorities #9803
Conversation
This reverts commit 3a25855.
|
The SDK-provided constants can now be used. |
Pulled in latest AWS SDK and reverted to using the SDK-defined constants. $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/Route/'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -parallel 20 -run=TestAccAWSAppmesh/Route/ -timeout 120m
=== RUN TestAccAWSAppmesh
=== RUN TestAccAWSAppmesh/Route
=== RUN TestAccAWSAppmesh/Route/httpRoute
=== RUN TestAccAWSAppmesh/Route/tcpRoute
=== RUN TestAccAWSAppmesh/Route/routePriority
=== RUN TestAccAWSAppmesh/Route/tags
=== RUN TestAccAWSAppmesh/Route/httpHeader
=== RUN TestAccAWSAppmesh/VirtualRouter
=== RUN TestAccAWSAppmesh/VirtualRouter/basic
=== RUN TestAccAWSAppmesh/VirtualRouter/tags
--- PASS: TestAccAWSAppmesh (287.46s)
--- PASS: TestAccAWSAppmesh/Route (203.56s)
--- PASS: TestAccAWSAppmesh/Route/httpRoute (41.38s)
--- PASS: TestAccAWSAppmesh/Route/tcpRoute (40.65s)
--- PASS: TestAccAWSAppmesh/Route/routePriority (40.69s)
--- PASS: TestAccAWSAppmesh/Route/tags (40.99s)
--- PASS: TestAccAWSAppmesh/Route/httpHeader (39.85s)
--- PASS: TestAccAWSAppmesh/VirtualRouter (83.90s)
--- PASS: TestAccAWSAppmesh/VirtualRouter/basic (34.80s)
--- PASS: TestAccAWSAppmesh/VirtualRouter/tags (49.10s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 287.530s |
Closing in favor of #9964. |
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
Closes #9802.
Release note for CHANGELOG:
Output from acceptance testing: