-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
feat: Add tagging support for aws_rekognition_project #41192
feat: Add tagging support for aws_rekognition_project #41192
Conversation
Community NoteVoting for Prioritization
For Submitters
|
89c6810
to
363493a
Compare
363493a
to
db30ba0
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 🚀.
% make testacc TESTARGS='-run=TestAccRekognitionProject_' PKG=rekognition ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.5 test ./internal/service/rekognition/... -v -count 1 -parallel 3 -run=TestAccRekognitionProject_ -timeout 360m -vet=off
2025/02/03 08:32:48 Initializing Terraform AWS Provider...
=== RUN TestAccRekognitionProject_basic
=== PAUSE TestAccRekognitionProject_basic
=== RUN TestAccRekognitionProject_ContentModeration
=== PAUSE TestAccRekognitionProject_ContentModeration
=== RUN TestAccRekognitionProject_CustomLabels
=== PAUSE TestAccRekognitionProject_CustomLabels
=== RUN TestAccRekognitionProject_disappears
=== PAUSE TestAccRekognitionProject_disappears
=== RUN TestAccRekognitionProject_tags
=== PAUSE TestAccRekognitionProject_tags
=== CONT TestAccRekognitionProject_basic
=== CONT TestAccRekognitionProject_disappears
=== CONT TestAccRekognitionProject_tags
--- PASS: TestAccRekognitionProject_basic (15.03s)
=== CONT TestAccRekognitionProject_CustomLabels
--- PASS: TestAccRekognitionProject_disappears (15.31s)
=== CONT TestAccRekognitionProject_ContentModeration
--- PASS: TestAccRekognitionProject_CustomLabels (12.62s)
--- PASS: TestAccRekognitionProject_tags (28.73s)
--- PASS: TestAccRekognitionProject_ContentModeration (18.28s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rekognition 38.958s
@acwwat Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.85.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! |
Description
This PR is to add tagging support to the
aws_rekognition_project
resource.Relations
Closes #41102
References
Referred to CreateProject for specs.
Output from Acceptance Testing