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 ee31e53 commit 7719cee
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 @@ -20,6 +20,7 @@ resource "ibm_resource_instance" "cos_instance" {
service = "cloud-object-storage"
plan = "standard"
location = "global"
tags = [ "mac-power-control-plane" ]
}

resource "ibm_cos_bucket" "cos_bucket" {
Expand Down

0 comments on commit 7719cee

Please sign in to comment.