-
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_virtual_gateway: New resource #15611
r/aws_appmesh_virtual_gateway: New resource #15611
Conversation
Acceptance test output: $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualGateway' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualGateway -timeout 120m === RUN TestAccAWSAppmesh_serial === RUN TestAccAWSAppmesh_serial/VirtualGateway === RUN TestAccAWSAppmesh_serial/VirtualGateway/tls === RUN TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults === RUN TestAccAWSAppmesh_serial/VirtualGateway/basic === RUN TestAccAWSAppmesh_serial/VirtualGateway/disappears === RUN TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks === RUN TestAccAWSAppmesh_serial/VirtualGateway/logging === RUN TestAccAWSAppmesh_serial/VirtualGateway/tags --- PASS: TestAccAWSAppmesh_serial (281.31s) --- PASS: TestAccAWSAppmesh_serial/VirtualGateway (281.31s) --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tls (86.76s) --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults (35.74s) --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/basic (20.41s) --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/disappears (17.03s) --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks (35.32s) --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/logging (35.34s) --- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tags (50.70s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 281.382s
There was a problem hiding this 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 (612.83s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway (612.83s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/basic (43.90s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/disappears (37.04s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks (79.35s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/logging (79.26s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tags (109.99s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tls (183.63s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults (79.66s)
LGTM 🚀 Thanks @ewbankkit! Verified Acceptance Tests in Commercial (us-west-2) make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualGateway'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualGateway -timeout 120m
=== RUN TestAccAWSAppmesh_serial
=== RUN TestAccAWSAppmesh_serial/VirtualGateway
=== RUN TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks
=== RUN TestAccAWSAppmesh_serial/VirtualGateway/logging
=== RUN TestAccAWSAppmesh_serial/VirtualGateway/tags
=== RUN TestAccAWSAppmesh_serial/VirtualGateway/tls
=== RUN TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults
=== RUN TestAccAWSAppmesh_serial/VirtualGateway/basic
=== RUN TestAccAWSAppmesh_serial/VirtualGateway/disappears
--- PASS: TestAccAWSAppmesh_serial (222.64s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway (222.64s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/listenerHealthChecks (28.03s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/logging (27.07s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tags (39.63s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/tls (68.75s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/backendDefaults (29.33s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/basic (16.47s)
--- PASS: TestAccAWSAppmesh_serial/VirtualGateway/disappears (13.36s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 224.195s |
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! |
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
Relates: #14169.
Release note for CHANGELOG:
Output from acceptance testing: