Skip to content

Commit

Permalink
chore(deps): bump cos::terraform-ibm-cos from 6.10.0 to 7.0.0
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 6.10.0 to 7.0.0.
- [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@v6.10.0...v7.0.0)

---
updated-dependencies:
- dependency-name: cos::github::terraform-ibm-modules/terraform-ibm-cos::v6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent b4b052b commit 17bbb07
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=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}-control-plane-bucket"
Expand Down

0 comments on commit 17bbb07

Please sign in to comment.