-
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
Amazon EventBridge #9330
Comments
I would just stick with the simpler |
@ebekker Yes, I tend to agree. Of these CloudWatch resources, only |
@ewbankkit given the change in commit |
Hi Everyone! 👋 We recognize the significant community interest in this service area and want to provide an update about its status. Because there is significant overlap between EventBridge and Cloudwatch we’ll need to take a step back and spend a bit of time considering design. Once we’ve finished our research, we’ll post an update to the issue detailing the next steps. We appreciate all the contributions and feedback thus far! |
Hey @breathingdust / @ewbankkit Any news on how this is coming along? Not hassling just wondering if there's been any movement on it or any plans in progress? |
Hey @claranet-barney! 👋 Nothing to report as yet, we'll need to work through this quarters ROADMAP items first. It's still definitely on our list and I would expect to see it released sometime this summer. Thanks for your patience! |
Hi, Is event bridge support still outstanding? Cheers |
In the meanwhile, you can do the cloudformation hack: resource "aws_cloudformation_stack" "eventbridge_bus" {
name = "eventbridge-bus"
template_body = <<EOF
Resources:
EventBus:
Type: AWS::Events::EventBus
Properties:
Name: bus-name
EOF
} |
It looks like this has been added to the August - October ROADMAP file as the first item, which is awesome! Is there a rough timeline for when this will be implemented? I suspect that the design research phase likely extended the timelines here, but any visibility into progress would be greatly appreciated. The CF template hack above is a useful workaround, but I suspect I'm not alone in feeling icky every time I'm writing inline CF templates in lieu of HCL. |
Hey @DylanBohlender! Right now, we don't have a release date for EventBridge support. The team is actively researching and will begin implementation once that is complete. Once we've decided on the design of this feature, we'll begin work and you'll see it added to a release milestone. We'll come back to this issue with updates as they're available. |
Any news on EventBridge support? |
Hi all! 👋 Just an update that we have finished the service design and plan to start work this week, so we are on track to have this out by the end of October. Again, we appreciate your patience! |
Initial scope of EventBridge support has been completed as of v3.14.1 🎉 |
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
Description
Amazon EventBridge announced.
At the AWS API level these are additions to the existing CloudWatch Events API.
New or Affected Resource(s)
Sticking with the existing naming convention of
aws_cloudwatch_event_
New Resource
Modified Resources
aws_cloudwatch_event_permission
aws_cloudwatch_event_rule
aws_cloudwatch_event_target
Potential Terraform Configuration
References
Requires:
The text was updated successfully, but these errors were encountered: