We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a feature request.
AWS has recently added the ability to use an AWS Batch resource as the target of a cloudwatch event: https://aws.amazon.com/about-aws/whats-new/2018/03/amazon-cloudwatch-events-now-supports-aws-batch-as-an-event-target/
This is confirmed by the AWS documentation: https://docs.aws.amazon.com/AmazonCloudWatchEvents/latest/APIReference/API_Target.html as it now accepts a BatchParameters object
In Terraform we would need to add to the cloudwatch_event_target resource a BatchParameters corresponding field - maybe something like batch_target
cloudwatch_event_target
BatchParameters
batch_target
The text was updated successfully, but these errors were encountered:
Support has been merged into master via #4312 and will release with v1.16.0 of the AWS provider, likely in a few days.
Sorry, something went wrong.
This has been released in version 1.16.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!
Successfully merging a pull request may close this issue.
This is a feature request.
AWS has recently added the ability to use an AWS Batch resource as the target of a cloudwatch event: https://aws.amazon.com/about-aws/whats-new/2018/03/amazon-cloudwatch-events-now-supports-aws-batch-as-an-event-target/
This is confirmed by the AWS documentation: https://docs.aws.amazon.com/AmazonCloudWatchEvents/latest/APIReference/API_Target.html as it now accepts a BatchParameters object
In Terraform we would need to add to the
cloudwatch_event_target
resource aBatchParameters
corresponding field - maybe something likebatch_target
The text was updated successfully, but these errors were encountered: