-
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
Tech debt: Migrate cloudtrail
resources to AWS SDK for Go v2
#35587
Conversation
# Conflicts: # names/data/names_data.csv
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 A new usage of AWS SDK for Go V1 was detected. Please prefer AWS SDK for Go V2 for all net-new services. If this is an enhancement or bug fix to an existing AWS SDK Go V1 based resource, this comment can be safely ignored. For additional information refer to the AWS SDK for Go Versions page in the contributor guide. |
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=TestAccCloudTrail' PKG=cloudtrail
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cloudtrail/... -v -count 1 -parallel 20 -run=TestAccCloudTrail -timeout 360m
--- SKIP: TestAccCloudTrailEventDataStore_options (0.65s)
--- PASS: TestAccCloudTrailServiceAccountDataSource_basic (8.55s)
--- PASS: TestAccCloudTrailServiceAccountDataSource_region (8.76s)
--- PASS: TestAccCloudTrailEventDataStore_disappears (14.85s)
--- PASS: TestAccCloudTrailEventDataStore_advancedEventSelector (16.60s)
--- PASS: TestAccCloudTrailEventDataStore_basic (17.63s)
--- PASS: TestAccCloudTrailEventDataStore_kmsKeyId (21.67s)
--- PASS: TestAccCloudTrailEventDataStore_tags (31.01s)
--- PASS: TestAccCloudTrail_serial (521.72s)
--- PASS: TestAccCloudTrail_serial/Trail (521.72s)
--- PASS: TestAccCloudTrail_serial/Trail/logValidation (32.34s)
--- PASS: TestAccCloudTrail_serial/Trail/eventSelectorDynamoDB (23.31s)
--- PASS: TestAccCloudTrail_serial/Trail/migrateV0 (39.38s)
--- PASS: TestAccCloudTrail_serial/Trail/basic (32.52s)
--- PASS: TestAccCloudTrail_serial/Trail/globalServiceEvents (18.56s)
--- SKIP: TestAccCloudTrail_serial/Trail/organization (0.57s)
--- PASS: TestAccCloudTrail_serial/Trail/tags (40.59s)
--- PASS: TestAccCloudTrail_serial/Trail/cloudwatch (45.24s)
--- PASS: TestAccCloudTrail_serial/Trail/advancedEventSelector (19.43s)
--- SKIP: TestAccCloudTrail_serial/Trail/enableLogging (24.02s)
--- PASS: TestAccCloudTrail_serial/Trail/multiRegion (40.98s)
--- PASS: TestAccCloudTrail_serial/Trail/kmsKey (21.26s)
--- PASS: TestAccCloudTrail_serial/Trail/eventSelector (68.56s)
--- PASS: TestAccCloudTrail_serial/Trail/eventSelectorExclude (43.87s)
--- PASS: TestAccCloudTrail_serial/Trail/insightSelector (52.12s)
--- PASS: TestAccCloudTrail_serial/Trail/disappears (18.95s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudtrail 528.556s
This functionality has been released in v5.36.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
Ibid.
Relations
Relates #32976.
References
Output from Acceptance Testing