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_gateway_route: New resource #15638

Merged

Conversation

ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #14169.

Release note for CHANGELOG:

resource/aws_appmesh_gateway_route: New resource

Output from acceptance testing:

$ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/GatewayRoute'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/GatewayRoute -timeout 120m
=== RUN   TestAccAWSAppmesh_serial
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/httpRoute
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/http2Route
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/tags
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/basic
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/disappears
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute
--- PASS: TestAccAWSAppmesh_serial (217.76s)
    --- PASS: TestAccAWSAppmesh_serial/GatewayRoute (217.76s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/httpRoute (39.85s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/http2Route (39.84s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/tags (56.42s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/basic (22.75s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/disappears (18.64s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute (40.27s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	217.848s

@ewbankkit ewbankkit requested a review from a team October 14, 2020 15:35
@ghost ghost added size/XXL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. service/appmesh Issues and PRs that pertain to the appmesh service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Oct 14, 2020
Acceptance test output:

$ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/GatewayRoute'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/GatewayRoute -timeout 120m
=== RUN   TestAccAWSAppmesh_serial
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/httpRoute
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/http2Route
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/tags
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/basic
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/disappears
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute
--- PASS: TestAccAWSAppmesh_serial (217.76s)
    --- PASS: TestAccAWSAppmesh_serial/GatewayRoute (217.76s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/httpRoute (39.85s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/http2Route (39.84s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/tags (56.42s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/basic (22.75s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/disappears (18.64s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute (40.27s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	217.848s
Copy link
Collaborator

@DrFaust92 DrFaust92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

--- PASS: TestAccAWSAppmesh_serial (502.44s)
    --- PASS: TestAccAWSAppmesh_serial/GatewayRoute (502.44s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/http2Route (90.18s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/tags (130.00s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/basic (52.88s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/disappears (44.50s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute (91.29s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/httpRoute (93.59s)

@breathingdust breathingdust added this to the v3.11.0 milestone Oct 14, 2020
@breathingdust
Copy link
Member

LGTM 🚀 Thanks @ewbankkit

make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/GatewayRoute'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/GatewayRoute -timeout 120m
=== RUN   TestAccAWSAppmesh_serial
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/tags
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/basic
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/disappears
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/httpRoute
=== RUN   TestAccAWSAppmesh_serial/GatewayRoute/http2Route
--- PASS: TestAccAWSAppmesh_serial (217.78s)
    --- PASS: TestAccAWSAppmesh_serial/GatewayRoute (217.77s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/tags (59.65s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/basic (24.60s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/disappears (18.96s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/grpcRoute (44.22s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/httpRoute (33.86s)
        --- PASS: TestAccAWSAppmesh_serial/GatewayRoute/http2Route (36.48s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	219.425s

@breathingdust breathingdust merged commit 40babe0 into hashicorp:master Oct 14, 2020
breathingdust added a commit that referenced this pull request Oct 14, 2020
@ewbankkit ewbankkit deleted the f-aws_appmesh_gateway_route branch October 14, 2020 21:15
@ghost
Copy link

ghost commented Oct 15, 2020

This has been released in version 3.11.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented Nov 14, 2020

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!

@ghost ghost locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. service/appmesh Issues and PRs that pertain to the appmesh service. size/XXL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for AWS App Mesh Virtual Gateway
3 participants