Skip to content

Commit

Permalink
OCTOPUS-527: revert change to allow_cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Nov 2, 2023
1 parent 40f9812 commit cb077f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/5_image/image.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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
# allow_cleanup = true // automatically decided by the service-broker
service = "cloud-object-storage"
plan = "standard"
location = "global"
Expand Down

0 comments on commit cb077f2

Please sign in to comment.