-
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
F/resource aws batch job queue #19121
F/resource aws batch job queue #19121
Conversation
331d865
to
824379f
Compare
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 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSBatchJobQueue_'
==> Checking that code complies with gofmt requirements...
=== RUN TestAccAWSBatchJobQueue_basic
=== PAUSE TestAccAWSBatchJobQueue_basic
=== RUN TestAccAWSBatchJobQueue_disappears
=== PAUSE TestAccAWSBatchJobQueue_disappears
=== RUN TestAccAWSBatchJobQueue_ComputeEnvironments_ExternalOrderUpdate
=== PAUSE TestAccAWSBatchJobQueue_ComputeEnvironments_ExternalOrderUpdate
=== RUN TestAccAWSBatchJobQueue_Priority
=== PAUSE TestAccAWSBatchJobQueue_Priority
=== RUN TestAccAWSBatchJobQueue_State
=== PAUSE TestAccAWSBatchJobQueue_State
=== RUN TestAccAWSBatchJobQueue_Tags
=== PAUSE TestAccAWSBatchJobQueue_Tags
=== CONT TestAccAWSBatchJobQueue_basic
=== CONT TestAccAWSBatchJobQueue_State
=== CONT TestAccAWSBatchJobQueue_Tags
=== CONT TestAccAWSBatchJobQueue_ComputeEnvironments_ExternalOrderUpdate
=== CONT TestAccAWSBatchJobQueue_disappears
=== CONT TestAccAWSBatchJobQueue_Priority
--- PASS: TestAccAWSBatchJobQueue_ComputeEnvironments_ExternalOrderUpdate (93.78s)
--- PASS: TestAccAWSBatchJobQueue_State (98.06s)
--- PASS: TestAccAWSBatchJobQueue_Priority (98.51s)
--- PASS: TestAccAWSBatchJobQueue_basic (101.64s)
--- PASS: TestAccAWSBatchJobQueue_disappears (102.99s)
--- PASS: TestAccAWSBatchJobQueue_Tags (155.44s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 158.841s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSBatchJobQueue_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSBatchJobQueue_ -timeout 180m
=== RUN TestAccAWSBatchJobQueue_basic
=== PAUSE TestAccAWSBatchJobQueue_basic
=== RUN TestAccAWSBatchJobQueue_disappears
=== PAUSE TestAccAWSBatchJobQueue_disappears
=== RUN TestAccAWSBatchJobQueue_ComputeEnvironments_ExternalOrderUpdate
=== PAUSE TestAccAWSBatchJobQueue_ComputeEnvironments_ExternalOrderUpdate
=== RUN TestAccAWSBatchJobQueue_Priority
=== PAUSE TestAccAWSBatchJobQueue_Priority
=== RUN TestAccAWSBatchJobQueue_State
=== PAUSE TestAccAWSBatchJobQueue_State
=== RUN TestAccAWSBatchJobQueue_Tags
=== PAUSE TestAccAWSBatchJobQueue_Tags
=== CONT TestAccAWSBatchJobQueue_basic
=== CONT TestAccAWSBatchJobQueue_State
=== CONT TestAccAWSBatchJobQueue_Tags
=== CONT TestAccAWSBatchJobQueue_ComputeEnvironments_ExternalOrderUpdate
=== CONT TestAccAWSBatchJobQueue_Priority
=== CONT TestAccAWSBatchJobQueue_disappears
--- PASS: TestAccAWSBatchJobQueue_ComputeEnvironments_ExternalOrderUpdate (115.92s)
--- PASS: TestAccAWSBatchJobQueue_disappears (125.15s)
--- PASS: TestAccAWSBatchJobQueue_basic (145.80s)
--- PASS: TestAccAWSBatchJobQueue_Tags (147.25s)
--- PASS: TestAccAWSBatchJobQueue_State (148.02s)
--- PASS: TestAccAWSBatchJobQueue_Priority (148.11s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 151.365s
@nikhil-goenka Thanks for the contribution 👏. |
This has been released in version 3.38.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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #18638.
Output from acceptance testing: