terraform-ibm-modules / terraform-ibm-event-notifications

A module for creating IBM Cloud Event Notifications
Apache License 2.0
1 stars 1 forks source link

Add the ability to disable storage of failed delivery events in EN DA #303

Open ocofaigh opened 1 month ago

ocofaigh commented 1 month ago

COS is used in the EN DA for the storage of failed delivery events. However there is no way to opt out of this feature. Can we add a boolean to disable it? If disabled, ensure the cos bucket does not get created too.

vburckhardt commented 1 month ago

also requirement to be able to use an existing cos bucket in the DA (as opposed to the one created by default)

ocofaigh commented 3 weeks ago

@vburckhardt its already possible to use an existing bucket using the existing_cos_bucket_name input