Skip to content

Commit

Permalink
Merge pull request #33 from cloud-design-dev/dependabot/terraform/wor…
Browse files Browse the repository at this point in the history
…ker_bucket--github--terraform-ibm-modules/terraform-ibm-cos--v6.10.0-7.0.0

chore(deps): bump worker_bucket::terraform-ibm-cos from 6.10.0 to 7.0.0
  • Loading branch information
greyhoundforty authored Apr 13, 2024
2 parents 480f867 + 77761ac commit 59b7ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module "cos" {
module "worker_bucket" {
create_cos_instance = false
depends_on = [module.cos]
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cos?ref=v6.10.0"
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cos?ref=v7.0.0"
resource_group_id = local.resource_group_id
region = var.region
bucket_name = "${local.prefix}-${local.vpc_zones[0].zone}-worker-collector-bucket"
Expand Down

0 comments on commit 59b7ecb

Please sign in to comment.