-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature: Use existing s3 backup buckets in firehose module #89
Comments
Thanks for the feedback, I've opened an enhancement request to review this option. If this is a critical requirement for your business, please follow up with your Support or Sales representatives so we can properly prioritize this ask. |
No worries, more of a suggestion so take your time. |
+1 |
Hi @stefancarlpeiser, took awhile but in Terraform 1.5 the import block seems useful as TF is declarative so a data block cant even be referenced if it is conditional. The following works but does have the danger of replacing your existing bucket.
|
fixed with #175 |
Hello!
In the
firehose
module there is a variables3_backup_custom_name
, would it be possible to update the function so that if the bucket already exists then to use that instead of trying to create a new bucket?Or perhaps a new variable
s3_backup_existing_bucket
and an accompanying IAM roles3_backup_role_arn
to use to access the bucket?In my case I want to use a centralized bucket for backups that is pre-existing but the module doesn't account for this scenario.
The text was updated successfully, but these errors were encountered: