Skip to content

Commit

Permalink
Merge pull request #41 from cloud-design-dev/dependabot/terraform/cos…
Browse files Browse the repository at this point in the history
…--github--terraform-ibm-modules/terraform-ibm-cos--v7.0.0-8.1.9

chore(deps): bump cos::terraform-ibm-cos from 7.0.0 to 8.1.9
  • Loading branch information
greyhoundforty authored Apr 21, 2024
2 parents d99e1ec + 4f42e6c commit 3fcad24
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=v7.0.0"
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cos?ref=v8.1.9"
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 3fcad24

Please sign in to comment.