terraform-google-modules/terraform-google-cloud-storage

Error trying to delete bucket containing objects without `force_destroy` set to true

archenroot opened this issue · 1 comments

I experience this error with following setup:

inputs = {
  project_id = "auto-accountant"
  force_destroy = {
    documents = true
  }
  names = ["documents"]
  prefix = "prokyon-systems-auto-accountant"
  set_admin_roles = true
  admins = ["user:archenroot@gmail.com"]
  versioning = {
    first = true
  }
}

What is the correct value of key in force destroy map, its really not clear to me.

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days