Skip to content

Commit

Permalink
OCTOPUS-527: changed to allow_cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Nov 1, 2023
1 parent 5501f0c commit 40f9812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/5_image/image.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ data "ibm_resource_group" "resource_group" {
resource "ibm_resource_instance" "cos_instance" {
name = "${var.name_prefix}-mac-intel-cos"
resource_group_id = data.ibm_resource_group.resource_group.id
allow_cleanup = true
service = "cloud-object-storage"
plan = "standard"
location = "global"
Expand Down

0 comments on commit 40f9812

Please sign in to comment.