terraform-aws-s3-bucket icon indicating copy to clipboard operation
terraform-aws-s3-bucket copied to clipboard

Support for eventbridge in bucket notifications

Open Alagroc opened this issue 4 months ago • 0 comments

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

Alagroc avatar Oct 15 '24 05:10 Alagroc