-
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
tests/cloudwatchlogs: update to aws_s3_bucket_acl
#23065
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.
LGTM 🚀.
% make testacc TESTS=TestAccCloudWatchLogsSubscriptionFilter_ PKG=cloudwatchlogs
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cloudwatchlogs/... -v -count 1 -parallel 20 -run='TestAccCloudWatchLogsSubscriptionFilter_' -timeout 180m
=== RUN TestAccCloudWatchLogsSubscriptionFilter_basic
=== PAUSE TestAccCloudWatchLogsSubscriptionFilter_basic
=== RUN TestAccCloudWatchLogsSubscriptionFilter_disappears
=== PAUSE TestAccCloudWatchLogsSubscriptionFilter_disappears
=== RUN TestAccCloudWatchLogsSubscriptionFilter_Disappears_logGroup
=== PAUSE TestAccCloudWatchLogsSubscriptionFilter_Disappears_logGroup
=== RUN TestAccCloudWatchLogsSubscriptionFilter_DestinationARN_kinesisDataFirehose
=== PAUSE TestAccCloudWatchLogsSubscriptionFilter_DestinationARN_kinesisDataFirehose
=== RUN TestAccCloudWatchLogsSubscriptionFilter_DestinationARN_kinesisStream
=== PAUSE TestAccCloudWatchLogsSubscriptionFilter_DestinationARN_kinesisStream
=== RUN TestAccCloudWatchLogsSubscriptionFilter_distribution
=== PAUSE TestAccCloudWatchLogsSubscriptionFilter_distribution
=== RUN TestAccCloudWatchLogsSubscriptionFilter_roleARN
=== PAUSE TestAccCloudWatchLogsSubscriptionFilter_roleARN
=== CONT TestAccCloudWatchLogsSubscriptionFilter_basic
=== CONT TestAccCloudWatchLogsSubscriptionFilter_DestinationARN_kinesisStream
=== CONT TestAccCloudWatchLogsSubscriptionFilter_Disappears_logGroup
=== CONT TestAccCloudWatchLogsSubscriptionFilter_disappears
=== CONT TestAccCloudWatchLogsSubscriptionFilter_roleARN
=== CONT TestAccCloudWatchLogsSubscriptionFilter_distribution
=== CONT TestAccCloudWatchLogsSubscriptionFilter_DestinationARN_kinesisDataFirehose
--- PASS: TestAccCloudWatchLogsSubscriptionFilter_Disappears_logGroup (51.61s)
--- PASS: TestAccCloudWatchLogsSubscriptionFilter_basic (63.64s)
--- PASS: TestAccCloudWatchLogsSubscriptionFilter_disappears (65.51s)
--- PASS: TestAccCloudWatchLogsSubscriptionFilter_distribution (67.45s)
--- PASS: TestAccCloudWatchLogsSubscriptionFilter_DestinationARN_kinesisStream (69.42s)
--- PASS: TestAccCloudWatchLogsSubscriptionFilter_roleARN (97.43s)
--- PASS: TestAccCloudWatchLogsSubscriptionFilter_DestinationARN_kinesisDataFirehose (98.25s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudwatchlogs 101.969s
This functionality has been released in v4.0.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. |
Community Note
Relates #22997
Relates #22537
Relates #20433
Output from acceptance testing: