Skip to content

Commit

Permalink
chore(deps): bump cos::terraform-ibm-cos from 8.1.9 to 8.5.3
Browse files Browse the repository at this point in the history
Bumps [cos::terraform-ibm-cos](https://github.com/terraform-ibm-modules/terraform-ibm-cos) from 8.1.9 to 8.5.3.
- [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.5.3)

---
updated-dependencies:
- dependency-name: cos::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 Jul 1, 2024
1 parent a385a88 commit 75e7bfb
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 @@ -116,7 +116,7 @@ module "worker_node" {
module "cos" {
create_cos_instance = var.existing_cos_instance != "" ? false : true
depends_on = [module.vpc]
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.5.3"
resource_group_id = local.resource_group_id
region = var.region
bucket_name = "${local.prefix}-${local.vpc_zones[0].zone}-control-plane-bucket"
Expand Down

0 comments on commit 75e7bfb

Please sign in to comment.