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

New Resource: aws_transcribe_medical_vocabulary #25723

Merged
merged 8 commits into from
Jul 7, 2022

Conversation

johnsonaj
Copy link
Contributor

@johnsonaj johnsonaj commented Jul 6, 2022

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

Relates #18865

Output from acceptance testing:

Commercial

$ make testacc TESTS=TestAccTranscribeMedicalVocabulary_ PKG=transcribe

==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/transcribe/... -v -count 1 -parallel 20 -run='TestAccTranscribeMedicalVocabulary_'  -timeout 180m
=== RUN   TestAccTranscribeMedicalVocabulary_basic
=== PAUSE TestAccTranscribeMedicalVocabulary_basic
=== RUN   TestAccTranscribeMedicalVocabulary_updateS3URI
=== PAUSE TestAccTranscribeMedicalVocabulary_updateS3URI
=== RUN   TestAccTranscribeMedicalVocabulary_updateTags
=== PAUSE TestAccTranscribeMedicalVocabulary_updateTags
=== RUN   TestAccTranscribeMedicalVocabulary_disappears
=== PAUSE TestAccTranscribeMedicalVocabulary_disappears
=== CONT  TestAccTranscribeMedicalVocabulary_basic
=== CONT  TestAccTranscribeMedicalVocabulary_updateTags
=== CONT  TestAccTranscribeMedicalVocabulary_disappears
=== CONT  TestAccTranscribeMedicalVocabulary_updateS3URI
--- PASS: TestAccTranscribeMedicalVocabulary_disappears (76.96s)
--- PASS: TestAccTranscribeMedicalVocabulary_basic (79.94s)
--- PASS: TestAccTranscribeMedicalVocabulary_updateTags (100.41s)
--- PASS: TestAccTranscribeMedicalVocabulary_updateS3URI (119.94s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/transcribe	122.320s
...

Gov Cloud

$ make testacc TESTS=TestAccTranscribeMedicalVocabulary_ PKG=transcribe

==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/transcribe/... -v -count 1 -parallel 20 -run='TestAccTranscribeMedicalVocabulary_'  -timeout 180m
=== RUN   TestAccTranscribeMedicalVocabulary_basic
=== PAUSE TestAccTranscribeMedicalVocabulary_basic
=== RUN   TestAccTranscribeMedicalVocabulary_updateS3URI
=== PAUSE TestAccTranscribeMedicalVocabulary_updateS3URI
=== RUN   TestAccTranscribeMedicalVocabulary_updateTags
=== PAUSE TestAccTranscribeMedicalVocabulary_updateTags
=== RUN   TestAccTranscribeMedicalVocabulary_disappears
=== PAUSE TestAccTranscribeMedicalVocabulary_disappears
=== CONT  TestAccTranscribeMedicalVocabulary_basic
=== CONT  TestAccTranscribeMedicalVocabulary_updateS3URI
=== CONT  TestAccTranscribeMedicalVocabulary_disappears
=== CONT  TestAccTranscribeMedicalVocabulary_updateTags
--- PASS: TestAccTranscribeMedicalVocabulary_disappears (83.47s)
--- PASS: TestAccTranscribeMedicalVocabulary_basic (85.11s)
--- PASS: TestAccTranscribeMedicalVocabulary_updateTags (113.27s)
--- PASS: TestAccTranscribeMedicalVocabulary_updateS3URI (128.63s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/transcribe	131.212s

@github-actions github-actions bot added size/XL Managed by automation to categorize the size of a PR. client-connections Pertains to the AWS Client and service connections. documentation Introduces or discusses updates to documentation. generators Relates to code generators. provider Pertains to the provider itself, rather than any interaction with AWS. service/transcribe Issues and PRs that pertain to the transcribe service. tags Pertains to resource tagging. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Jul 6, 2022
@johnsonaj johnsonaj marked this pull request as ready for review July 6, 2022 23:24
@ewbankkit ewbankkit self-assigned this Jul 7, 2022
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

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

LGTM 🚀.

AWS Commercial

% make testacc TESTARGS='-run=TestAccTranscribeMedicalVocabulary_' PKG=transcribe ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/transcribe/... -v -count 1 -parallel 2  -run=TestAccTranscribeMedicalVocabulary_ -timeout 180m
go: downloading github.com/aws/aws-sdk-go-v2/service/transcribe v1.20.2
=== RUN   TestAccTranscribeMedicalVocabulary_basic
=== PAUSE TestAccTranscribeMedicalVocabulary_basic
=== RUN   TestAccTranscribeMedicalVocabulary_updateS3URI
=== PAUSE TestAccTranscribeMedicalVocabulary_updateS3URI
=== RUN   TestAccTranscribeMedicalVocabulary_updateTags
=== PAUSE TestAccTranscribeMedicalVocabulary_updateTags
=== RUN   TestAccTranscribeMedicalVocabulary_disappears
=== PAUSE TestAccTranscribeMedicalVocabulary_disappears
=== CONT  TestAccTranscribeMedicalVocabulary_basic
=== CONT  TestAccTranscribeMedicalVocabulary_updateTags
--- PASS: TestAccTranscribeMedicalVocabulary_basic (87.52s)
=== CONT  TestAccTranscribeMedicalVocabulary_updateS3URI
--- PASS: TestAccTranscribeMedicalVocabulary_updateTags (117.42s)
=== CONT  TestAccTranscribeMedicalVocabulary_disappears
--- PASS: TestAccTranscribeMedicalVocabulary_disappears (83.07s)
--- PASS: TestAccTranscribeMedicalVocabulary_updateS3URI (129.67s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/transcribe	221.745s

AWS US GovCloud

% make testacc TESTARGS='-run=TestAccTranscribeMedicalVocabulary_' PKG=transcribe ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/transcribe/... -v -count 1 -parallel 2  -run=TestAccTranscribeMedicalVocabulary_ -timeout 180m
=== RUN   TestAccTranscribeMedicalVocabulary_basic
=== PAUSE TestAccTranscribeMedicalVocabulary_basic
=== RUN   TestAccTranscribeMedicalVocabulary_updateS3URI
=== PAUSE TestAccTranscribeMedicalVocabulary_updateS3URI
=== RUN   TestAccTranscribeMedicalVocabulary_updateTags
=== PAUSE TestAccTranscribeMedicalVocabulary_updateTags
=== RUN   TestAccTranscribeMedicalVocabulary_disappears
=== PAUSE TestAccTranscribeMedicalVocabulary_disappears
=== CONT  TestAccTranscribeMedicalVocabulary_basic
=== CONT  TestAccTranscribeMedicalVocabulary_updateTags
--- PASS: TestAccTranscribeMedicalVocabulary_basic (90.38s)
=== CONT  TestAccTranscribeMedicalVocabulary_updateS3URI
--- PASS: TestAccTranscribeMedicalVocabulary_updateTags (126.71s)
=== CONT  TestAccTranscribeMedicalVocabulary_disappears
--- PASS: TestAccTranscribeMedicalVocabulary_disappears (83.97s)
--- PASS: TestAccTranscribeMedicalVocabulary_updateS3URI (137.98s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/transcribe	232.879s

@johnsonaj johnsonaj merged commit cb43c8c into main Jul 7, 2022
@johnsonaj johnsonaj deleted the f-aws_transcribe_medical_vocabulary branch July 7, 2022 14:46
@github-actions github-actions bot added this to the v4.22.0 milestone Jul 7, 2022
github-actions bot pushed a commit that referenced this pull request Jul 7, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2022

This functionality has been released in v4.22.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!

@github-actions
Copy link

github-actions bot commented Aug 7, 2022

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
client-connections Pertains to the AWS Client and service connections. documentation Introduces or discusses updates to documentation. generators Relates to code generators. provider Pertains to the provider itself, rather than any interaction with AWS. service/transcribe Issues and PRs that pertain to the transcribe service. size/XL Managed by automation to categorize the size of a PR. tags Pertains to resource tagging. 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.

2 participants