linode/terraform-provider-linode

[Feature]: Support "force delete" for bucket

Closed this issue · 2 comments

mzimry commented

Description

we would like to delete a non-empty bucket using terraform destroy .

New or Affected Terraform Resources

Linode bucket

Potential Terraform Configuration

resource "linode_object_storage_bucket" "project-bucket" { cluster = var.bucket_cluster_id label = var.bucket_name force_delete = true }

Hi @mzimry, thanks for the feature request! We already have a GitHub issue for tracking this feature request, and you are welcome to add your thought there.
#1129

mzimry commented

hey @zliang-akamai , regarding this : #1129
Thank you, when is this feature expected to be released?