-
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
r/cloudwatch_event_target - add validations + refactor tests #11685
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 (aside from the random ECS teardown failures see #4852)
26fe207
to
63d918f
Compare
rebased + added disappears test |
dd5f9dd
to
a938ff8
Compare
add plan time validation to `arn`, `role_arn`, `launch_type`, `task_definition_arn` refactor tests
use aws value funcs
a938ff8
to
fce5f99
Compare
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 🚀
--- PASS: TestAccAWSCloudWatchEventTarget_disappears (213.66s)
--- PASS: TestAccAWSCloudWatchEventTarget_sqs (262.07s)
--- PASS: TestAccAWSCloudWatchEventTarget_missingTargetId (262.10s)
--- PASS: TestAccAWSCloudWatchEventTarget_ssmDocument (265.99s)
--- PASS: TestAccAWSCloudWatchEventTarget_ecsWithBlankTaskCount (296.98s)
--- PASS: TestAccAWSCloudWatchEventTarget_ecs (297.76s)
--- PASS: TestAccAWSCloudWatchEventTarget_input_transformer (306.77s)
--- PASS: TestAccAWSCloudWatchEventTarget_kinesis (310.75s)
--- PASS: TestAccAWSCloudWatchEventTarget_full (312.31s)
--- PASS: TestAccAWSCloudWatchEventTarget_basic (331.07s)
--- PASS: TestAccAWSCloudWatchEventTarget_batch (388.22s)
This has been released in version 3.14.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 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! |
Community Note
Relates #13624
Relates #13826
Release note for CHANGELOG:
Output from acceptance testing: