terraform-aws-s3-bucket
terraform-aws-s3-bucket copied to clipboard
Support for eventbridge in bucket notifications
Describe the Feature
Hi, is it possible to enable eventbridge on the bucket notifications? At the moment it seems only lambda functions can be specified in current variables.tf
Expected Behavior
Enable eventbridge notifications, i.e.:
+ resource "aws_s3_bucket_notification" "bucket_notification" {
+ bucket = "[bucket name]"
+ eventbridge = true
+ id = (known after apply)
Use Case
Some of our users are requesting this feature
Describe Ideal Solution
Add new feature so eventbridge can be used i.e. as described in terraform aws provider link
Alternatives Considered
No response
Additional Context
No response