Skip to content

Commit 20ed1fc

Browse files
committed
COS force_delete
1 parent 9659f6c commit 20ed1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ resource "ibm_cos_bucket" "cosbucket" {
8080
region_location = var.region
8181
key_protect = ibm_kp_key.rootkey.crn
8282
storage_class = "standard"
83+
force_delete = true
8384
}
8485

8586
# service access key for COS

0 commit comments

Comments
 (0)