hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.28k stars 1.72k forks source link

Allow deletion of non empty `google_storage_managed_folder` #18553

Closed juliocc closed 1 month ago

juliocc commented 2 months ago

Community Note

Description

Extend the google_storage_managed_folder resource to support the allowNonEmpty on delete.

New or Affected Resource(s)

Potential Terraform Configuration

resource "google_storage_managed_folder" "folder" {
  bucket        = google_storage_bucket.bucket.name
  name          = "folder/"
  force_destroy = true
}

References

b/350515016

juliocc commented 1 month ago

Please assign this to me. I'll try to submit a PR next week

github-actions[bot] commented 5 days ago

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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.