We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9659f6c commit 20ed1fcCopy full SHA for 20ed1fc
terraform/main.tf
@@ -80,6 +80,7 @@ resource "ibm_cos_bucket" "cosbucket" {
80
region_location = var.region
81
key_protect = ibm_kp_key.rootkey.crn
82
storage_class = "standard"
83
+ force_delete = true
84
}
85
86
# service access key for COS
0 commit comments