-
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
aws_emrserverless_application #37889
aws_emrserverless_application #37889
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 🚀.
% make testacc TESTARGS='-run=TestAccEMRServerlessApplication_' PKG=emrserverless ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/emrserverless/... -v -count 1 -parallel 3 -run=TestAccEMRServerlessApplication_ -timeout 360m
=== RUN TestAccEMRServerlessApplication_basic
=== PAUSE TestAccEMRServerlessApplication_basic
=== RUN TestAccEMRServerlessApplication_arch
=== PAUSE TestAccEMRServerlessApplication_arch
=== RUN TestAccEMRServerlessApplication_releaseLabel
=== PAUSE TestAccEMRServerlessApplication_releaseLabel
=== RUN TestAccEMRServerlessApplication_initialCapacity
=== PAUSE TestAccEMRServerlessApplication_initialCapacity
=== RUN TestAccEMRServerlessApplication_imageConfiguration
=== PAUSE TestAccEMRServerlessApplication_imageConfiguration
=== RUN TestAccEMRServerlessApplication_interactiveConfiguration
=== PAUSE TestAccEMRServerlessApplication_interactiveConfiguration
=== RUN TestAccEMRServerlessApplication_maxCapacity
=== PAUSE TestAccEMRServerlessApplication_maxCapacity
=== RUN TestAccEMRServerlessApplication_network
=== PAUSE TestAccEMRServerlessApplication_network
=== RUN TestAccEMRServerlessApplication_disappears
=== PAUSE TestAccEMRServerlessApplication_disappears
=== RUN TestAccEMRServerlessApplication_tags
=== PAUSE TestAccEMRServerlessApplication_tags
=== CONT TestAccEMRServerlessApplication_basic
=== CONT TestAccEMRServerlessApplication_interactiveConfiguration
=== CONT TestAccEMRServerlessApplication_initialCapacity
--- PASS: TestAccEMRServerlessApplication_interactiveConfiguration (89.74s)
=== CONT TestAccEMRServerlessApplication_releaseLabel
--- PASS: TestAccEMRServerlessApplication_basic (71.72s)
=== CONT TestAccEMRServerlessApplication_disappears
--- PASS: TestAccEMRServerlessApplication_initialCapacity (77.77s)
=== CONT TestAccEMRServerlessApplication_tags
--- PASS: TestAccEMRServerlessApplication_releaseLabel (76.64s)
=== CONT TestAccEMRServerlessApplication_network
--- PASS: TestAccEMRServerlessApplication_network (80.65s)
=== CONT TestAccEMRServerlessApplication_maxCapacity
--- PASS: TestAccEMRServerlessApplication_tags (83.35s)
=== CONT TestAccEMRServerlessApplication_imageConfiguration
--- PASS: TestAccEMRServerlessApplication_disappears (129.45s)
=== CONT TestAccEMRServerlessApplication_arch
--- PASS: TestAccEMRServerlessApplication_maxCapacity (77.05s)
--- PASS: TestAccEMRServerlessApplication_arch (76.80s)
--- PASS: TestAccEMRServerlessApplication_imageConfiguration (600.72s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/emrserverless 766.572s
@nikhil-goenka Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.59.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. Thank you! |
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. |
Description
Relations
Closes #34377
References
Output from Acceptance Testing