Skip to content

Commit

Permalink
fix formatting with 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 2, 2023
1 parent cb077f2 commit b85e034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/5_image/image.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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 // automatically decided by the service-broker
service = "cloud-object-storage"
plan = "standard"
location = "global"
service = "cloud-object-storage"
plan = "standard"
location = "global"
}

resource "ibm_cos_bucket" "cos_bucket" {
Expand Down

0 comments on commit b85e034

Please sign in to comment.