-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Allow deleting the Logging Buckets #11412
Allow deleting the Logging Buckets #11412
Comments
@slevenick to investigate |
Buckets do have a delete method on them: https://cloud.google.com/logging/docs/reference/v2/rest/v2/billingAccounts.locations.buckets/delete Only certain buckets cannot be deleted (_Required & _Default) but it seems like the rest can be? We may be able to implement a delete method that skips if the bucket is undeletable, but otherwise attempts to delete. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
When a google_logging_project_bucket_config resource is destroyed, the actual logging bucket deletion is not triggered.
This is as designed and documented in [1], however this prevent us to run configurations to create / destroy structures automatically without manual actions.
Affected Resource(s)
References
The text was updated successfully, but these errors were encountered: