-
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
Add CleanRooms Collaboration Resource #31680
Add CleanRooms Collaboration Resource #31680
Conversation
Community NoteVoting for Prioritization
For Submitters
|
3d193ba
to
181b061
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=TestAccCleanRoomsCollaboration_' PKG=cleanrooms ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cleanrooms/... -v -count 1 -parallel 2 -run=TestAccCleanRoomsCollaboration_ -timeout 180m
=== RUN TestAccCleanRoomsCollaboration_basic
=== PAUSE TestAccCleanRoomsCollaboration_basic
=== RUN TestAccCleanRoomsCollaboration_disappears
=== PAUSE TestAccCleanRoomsCollaboration_disappears
=== RUN TestAccCleanRoomsCollaboration_mutableProperties
=== PAUSE TestAccCleanRoomsCollaboration_mutableProperties
=== RUN TestAccCleanRoomsCollaboration_updateCreatorDisplayName
=== PAUSE TestAccCleanRoomsCollaboration_updateCreatorDisplayName
=== RUN TestAccCleanRoomsCollaboration_updateQueryLogStatus
=== PAUSE TestAccCleanRoomsCollaboration_updateQueryLogStatus
=== RUN TestAccCleanRoomsCollaboration_dataEncryptionSettings
=== PAUSE TestAccCleanRoomsCollaboration_dataEncryptionSettings
=== RUN TestAccCleanRoomsCollaboration_updateMemberAbilities
=== PAUSE TestAccCleanRoomsCollaboration_updateMemberAbilities
=== CONT TestAccCleanRoomsCollaboration_basic
=== CONT TestAccCleanRoomsCollaboration_updateQueryLogStatus
--- PASS: TestAccCleanRoomsCollaboration_basic (32.42s)
=== CONT TestAccCleanRoomsCollaboration_updateMemberAbilities
--- PASS: TestAccCleanRoomsCollaboration_updateQueryLogStatus (53.77s)
=== CONT TestAccCleanRoomsCollaboration_dataEncryptionSettings
--- PASS: TestAccCleanRoomsCollaboration_updateMemberAbilities (49.34s)
=== CONT TestAccCleanRoomsCollaboration_mutableProperties
--- PASS: TestAccCleanRoomsCollaboration_dataEncryptionSettings (66.78s)
=== CONT TestAccCleanRoomsCollaboration_updateCreatorDisplayName
--- PASS: TestAccCleanRoomsCollaboration_mutableProperties (47.49s)
=== CONT TestAccCleanRoomsCollaboration_disappears
--- PASS: TestAccCleanRoomsCollaboration_disappears (20.32s)
--- PASS: TestAccCleanRoomsCollaboration_updateCreatorDisplayName (45.83s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cleanrooms 171.955s
@chrsteff Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.7.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
The change adds a new resource, the Clean Rooms Collaboration resource.
References
https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_Collaboration.html
Output from Acceptance Testing