Skip to content

Commit

Permalink
OCTOPUS-688: add tag to the cloud object store instance
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 Mar 25, 2024
1 parent 7719cee commit 3ad0997
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 @@ -20,7 +20,7 @@ resource "ibm_resource_instance" "cos_instance" {
service = "cloud-object-storage"
plan = "standard"
location = "global"
tags = [ "mac-power-control-plane" ]
tags = ["mac-power-control-plane"]
}

resource "ibm_cos_bucket" "cos_bucket" {
Expand Down

0 comments on commit 3ad0997

Please sign in to comment.