-
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
resource/aws_cloudtrail: Add is_organization_trail argument and refactor import testing #6580
Conversation
Submitted #6581 to implement Organizations AWS service access management in |
…tests and add include_global_service_events to serialization ``` --- PASS: TestAccAWSCloudTrail (588.21s) --- PASS: TestAccAWSCloudTrail/Trail (588.21s) --- PASS: TestAccAWSCloudTrail/Trail/kmsKey (61.26s) --- PASS: TestAccAWSCloudTrail/Trail/tags (82.74s) --- PASS: TestAccAWSCloudTrail/Trail/eventSelector (81.10s) --- PASS: TestAccAWSCloudTrail/Trail/basic (59.84s) --- PASS: TestAccAWSCloudTrail/Trail/cloudwatch (78.41s) --- PASS: TestAccAWSCloudTrail/Trail/enableLogging (82.74s) --- PASS: TestAccAWSCloudTrail/Trail/isMultiRegion (82.19s) --- PASS: TestAccAWSCloudTrail/Trail/logValidation (59.94s) --- PASS: TestAccAWSCloudTrail/Trail/includeGlobalServiceEvents (37.18s) ```
…notes for multi-region/organization trails
…ation ``` --- PASS: TestAccAWSCloudTrail/Trail/isOrganization (61.47s) ```
d8dbed7
to
ec54005
Compare
This has been released in version 1.51.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Closes #6579
Changes proposed in this pull request:
is_organization_trail
argumentOutput from acceptance testing (regular acceptance testing account):
Output from acceptance testing (Organizations acceptance testing account):