Skip to content

Commit

Permalink
OCTOPUS-527: add a trigger to run null_resource provider
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 a4c347e commit c4bf459
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 @@ -32,7 +32,7 @@ resource "null_resource" "upload_rhcos_image" {
depends_on = [ibm_cos_bucket.cos_bucket]

triggers = {
cos_bucket = ibm_cos_bucket.cos_bucket
cos_bucket = ibm_cos_bucket.cos_bucket.id
}

connection {
Expand Down

0 comments on commit c4bf459

Please sign in to comment.