-
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
f/aws_iot_topic_rule:cloudwatchLogs action #23440
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.
Welcome @eldondevat 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
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=TestAccIoTTopicRule_ PKG=iot ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iot/... -v -count 1 -parallel 3 -run='TestAccIoTTopicRule_' -timeout 180m
=== RUN TestAccIoTTopicRule_basic
=== PAUSE TestAccIoTTopicRule_basic
=== RUN TestAccIoTTopicRule_cloudWatchAlarm
=== PAUSE TestAccIoTTopicRule_cloudWatchAlarm
=== RUN TestAccIoTTopicRule_cloudWatchLogs
=== PAUSE TestAccIoTTopicRule_cloudWatchLogs
=== RUN TestAccIoTTopicRule_cloudWatchMetric
=== PAUSE TestAccIoTTopicRule_cloudWatchMetric
=== RUN TestAccIoTTopicRule_dynamoDB
=== PAUSE TestAccIoTTopicRule_dynamoDB
=== RUN TestAccIoTTopicRule_dynamoDBv2
=== PAUSE TestAccIoTTopicRule_dynamoDBv2
=== RUN TestAccIoTTopicRule_elasticSearch
=== PAUSE TestAccIoTTopicRule_elasticSearch
=== RUN TestAccIoTTopicRule_firehose
=== PAUSE TestAccIoTTopicRule_firehose
=== RUN TestAccIoTTopicRule_Firehose_separator
=== PAUSE TestAccIoTTopicRule_Firehose_separator
=== RUN TestAccIoTTopicRule_kinesis
=== PAUSE TestAccIoTTopicRule_kinesis
=== RUN TestAccIoTTopicRule_lambda
=== PAUSE TestAccIoTTopicRule_lambda
=== RUN TestAccIoTTopicRule_republish
=== PAUSE TestAccIoTTopicRule_republish
=== RUN TestAccIoTTopicRule_republishWithQos
=== PAUSE TestAccIoTTopicRule_republishWithQos
=== RUN TestAccIoTTopicRule_s3
=== PAUSE TestAccIoTTopicRule_s3
=== RUN TestAccIoTTopicRule_sns
=== PAUSE TestAccIoTTopicRule_sns
=== RUN TestAccIoTTopicRule_sqs
=== PAUSE TestAccIoTTopicRule_sqs
=== RUN TestAccIoTTopicRule_Step_functions
=== PAUSE TestAccIoTTopicRule_Step_functions
=== RUN TestAccIoTTopicRule_IoT_analytics
=== PAUSE TestAccIoTTopicRule_IoT_analytics
=== RUN TestAccIoTTopicRule_IoT_events
=== PAUSE TestAccIoTTopicRule_IoT_events
=== RUN TestAccIoTTopicRule_tags
=== PAUSE TestAccIoTTopicRule_tags
=== RUN TestAccIoTTopicRule_errorAction
=== PAUSE TestAccIoTTopicRule_errorAction
=== RUN TestAccIoTTopicRule_updateKinesisErrorAction
=== PAUSE TestAccIoTTopicRule_updateKinesisErrorAction
=== CONT TestAccIoTTopicRule_basic
=== CONT TestAccIoTTopicRule_republish
=== CONT TestAccIoTTopicRule_elasticSearch
--- PASS: TestAccIoTTopicRule_basic (16.65s)
=== CONT TestAccIoTTopicRule_lambda
--- PASS: TestAccIoTTopicRule_lambda (18.06s)
=== CONT TestAccIoTTopicRule_kinesis
--- PASS: TestAccIoTTopicRule_kinesis (28.19s)
=== CONT TestAccIoTTopicRule_Firehose_separator
--- PASS: TestAccIoTTopicRule_republish (69.02s)
=== CONT TestAccIoTTopicRule_firehose
--- PASS: TestAccIoTTopicRule_elasticSearch (77.84s)
=== CONT TestAccIoTTopicRule_IoT_analytics
--- PASS: TestAccIoTTopicRule_IoT_analytics (32.54s)
=== CONT TestAccIoTTopicRule_updateKinesisErrorAction
--- PASS: TestAccIoTTopicRule_Firehose_separator (67.00s)
=== CONT TestAccIoTTopicRule_errorAction
--- PASS: TestAccIoTTopicRule_updateKinesisErrorAction (47.22s)
=== CONT TestAccIoTTopicRule_tags
--- PASS: TestAccIoTTopicRule_errorAction (37.94s)
=== CONT TestAccIoTTopicRule_IoT_events
--- PASS: TestAccIoTTopicRule_IoT_events (26.18s)
=== CONT TestAccIoTTopicRule_dynamoDBv2
--- PASS: TestAccIoTTopicRule_tags (40.31s)
=== CONT TestAccIoTTopicRule_cloudWatchLogs
--- PASS: TestAccIoTTopicRule_dynamoDBv2 (22.70s)
=== CONT TestAccIoTTopicRule_dynamoDB
--- PASS: TestAccIoTTopicRule_cloudWatchLogs (28.87s)
=== CONT TestAccIoTTopicRule_sns
--- PASS: TestAccIoTTopicRule_firehose (177.13s)
=== CONT TestAccIoTTopicRule_Step_functions
--- PASS: TestAccIoTTopicRule_sns (33.43s)
=== CONT TestAccIoTTopicRule_sqs
--- PASS: TestAccIoTTopicRule_dynamoDB (53.16s)
=== CONT TestAccIoTTopicRule_s3
--- PASS: TestAccIoTTopicRule_Step_functions (30.81s)
=== CONT TestAccIoTTopicRule_republishWithQos
--- PASS: TestAccIoTTopicRule_sqs (30.37s)
=== CONT TestAccIoTTopicRule_cloudWatchMetric
--- PASS: TestAccIoTTopicRule_s3 (36.14s)
=== CONT TestAccIoTTopicRule_cloudWatchAlarm
--- PASS: TestAccIoTTopicRule_republishWithQos (43.93s)
--- PASS: TestAccIoTTopicRule_cloudWatchMetric (30.82s)
--- PASS: TestAccIoTTopicRule_cloudWatchAlarm (36.68s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/iot 346.298s
@eldondevat Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.6.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
Supersedes #19174.
Closes #19155.
Output from acceptance testing: