-
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
New resource for Macie2 Custom Data Identifier #19254
New resource for Macie2 Custom Data Identifier #19254
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.
It's looking good, @coderGo93! I have a few changes to make
… removed computed except for maximum distance, added validation when if custom data identifier is deleted should remove from state since it only soft deleted from the console/manual
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 to me 🚀
Acceptance test results
--- PASS: TestAccAWSMacie2_serial (339.61s)
--- PASS: TestAccAWSMacie2_serial/Account (85.89s)
--- PASS: TestAccAWSMacie2_serial/Account/basic (12.98s)
--- PASS: TestAccAWSMacie2_serial/Account/finding_publishing_frequency (21.49s)
--- PASS: TestAccAWSMacie2_serial/Account/status (21.00s)
--- PASS: TestAccAWSMacie2_serial/Account/finding_and_status (20.82s)
--- PASS: TestAccAWSMacie2_serial/Account/disappears (9.60s)
--- PASS: TestAccAWSMacie2_serial/ClassificationJob (156.98s)
--- PASS: TestAccAWSMacie2_serial/ClassificationJob/name_generated (16.79s)
--- PASS: TestAccAWSMacie2_serial/ClassificationJob/name_prefix (17.74s)
--- PASS: TestAccAWSMacie2_serial/ClassificationJob/disappears (16.79s)
--- PASS: TestAccAWSMacie2_serial/ClassificationJob/status (28.94s)
--- PASS: TestAccAWSMacie2_serial/ClassificationJob/complete (28.84s)
--- PASS: TestAccAWSMacie2_serial/ClassificationJob/tags (30.50s)
--- PASS: TestAccAWSMacie2_serial/ClassificationJob/basic (17.39s)
--- PASS: TestAccAWSMacie2_serial/CustomDataIdentifier (96.74s)
--- PASS: TestAccAWSMacie2_serial/CustomDataIdentifier/classification_job (30.90s)
--- PASS: TestAccAWSMacie2_serial/CustomDataIdentifier/tags (16.67s)
--- PASS: TestAccAWSMacie2_serial/CustomDataIdentifier/basic (12.82s)
--- PASS: TestAccAWSMacie2_serial/CustomDataIdentifier/name_generated (12.84s)
--- PASS: TestAccAWSMacie2_serial/CustomDataIdentifier/name_prefix (10.06s)
--- PASS: TestAccAWSMacie2_serial/CustomDataIdentifier/disappears (13.45s)
This has been released in version 3.40.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. |
Added a new resource, docs and tests for Macie Custom Data Identifier called
aws_macie2_custom_data_identifier
Community Note
Relates #13432
Output from acceptance testing: