Skip to content
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

Support for eventbridge in bucket notifications #254

Closed
Alagroc opened this issue Oct 15, 2024 · 1 comment · Fixed by #255
Closed

Support for eventbridge in bucket notifications #254

Alagroc opened this issue Oct 15, 2024 · 1 comment · Fixed by #255

Comments

@Alagroc
Copy link

Alagroc commented Oct 15, 2024

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
Copy link
Author

Alagroc commented Nov 15, 2024

thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant