-
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
New resource for Macie2 Member and Invitation Accepter #19304
Conversation
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.
A number of changes for cross-account testing, error handling, and creating invitations
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.
The waiter looks good. Some changes to the tests and some minor stylistic changes.
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.
A number of updates to the tests and a few other tweaks
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.
A few more tweaks to make. It's almost there!
…invitation accepter
d5df278
to
bf803d5
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.
One minor nit, then we're good to merge
aws/provider.go
Outdated
"aws_macie2_organization_admin_account": resourceAwsMacie2OrganizationAdminAccount(), | ||
"aws_macie2_invitation_accepter": resourceAwsMacie2InvitationAccepter(), | ||
"aws_macie2_member": resourceAwsMacie2Member(), |
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.
Minor nit: These should be sorted alphabetically
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.
Looks good! 🚀
--- PASS: TestAccAWSMacie2_serial (444.37s)
--- PASS: TestAccAWSMacie2_serial/Member (387.34s)
--- PASS: TestAccAWSMacie2_serial/Member/invite (84.97s)
--- PASS: TestAccAWSMacie2_serial/Member/invite_removed (82.14s)
--- PASS: TestAccAWSMacie2_serial/Member/status (81.87s)
--- PASS: TestAccAWSMacie2_serial/Member/basic (46.70s)
--- PASS: TestAccAWSMacie2_serial/Member/disappears (42.34s)
--- PASS: TestAccAWSMacie2_serial/Member/tags (49.30s)
--- PASS: TestAccAWSMacie2_serial/InvitationAccepter (57.03s)
--- PASS: TestAccAWSMacie2_serial/InvitationAccepter/basic (57.03s)
This has been released in version 3.41.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. |
aws_macie2_member
with the workflow of Invitationaws_macie2_invitation_accepter
Community Note
Closes #13432
Output from acceptance testing: