Skip to content

Commit

Permalink
chore(deps): bump worker_bucket::terraform-ibm-cos from 8.1.9 to 8.3.1
Browse files Browse the repository at this point in the history
Bumps [worker_bucket::terraform-ibm-cos](https://github.com/terraform-ibm-modules/terraform-ibm-cos) from 8.1.9 to 8.3.1.
- [Release notes](https://github.com/terraform-ibm-modules/terraform-ibm-cos/releases)
- [Changelog](https://github.com/terraform-ibm-modules/terraform-ibm-cos/blob/main/.releaserc)
- [Commits](terraform-ibm-modules/terraform-ibm-cos@v8.1.9...v8.3.1)

---
updated-dependencies:
- dependency-name: worker_bucket::github::terraform-ibm-modules/terraform-ibm-cos::v8.1.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent a385a88 commit cc921bf
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=v8.1.9"
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cos?ref=v8.3.1"
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 cc921bf

Please sign in to comment.