From adfa78d4f8c3d170a3ecc7dd7fd54479ff0e8d15 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sun, 26 Oct 2025 04:59:03 +0000 Subject: [PATCH] fix(deps): update terraform terraform-ibm-modules/cos/ibm to v10.5.2 --- examples/advanced/main.tf | 2 +- examples/fscloud/main.tf | 2 +- solutions/fully-configurable/main.tf | 2 +- tests/existing-resources/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/advanced/main.tf b/examples/advanced/main.tf index c39fa521..98ce3c3f 100644 --- a/examples/advanced/main.tf +++ b/examples/advanced/main.tf @@ -45,7 +45,7 @@ locals { module "cos" { source = "terraform-ibm-modules/cos/ibm" - version = "10.5.1" + version = "10.5.2" resource_group_id = module.resource_group.resource_group_id region = var.region cos_instance_name = "${var.prefix}-cos" diff --git a/examples/fscloud/main.tf b/examples/fscloud/main.tf index da089843..eca8c366 100644 --- a/examples/fscloud/main.tf +++ b/examples/fscloud/main.tf @@ -48,7 +48,7 @@ locals { module "cos" { source = "terraform-ibm-modules/cos/ibm//modules/fscloud" - version = "10.5.1" + version = "10.5.2" resource_group_id = module.resource_group.resource_group_id create_cos_instance = true cos_instance_name = "${var.prefix}-cos" diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index 919a8a68..e1971d77 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -236,7 +236,7 @@ locals { module "cos_buckets" { count = var.enable_collecting_failed_events && var.existing_event_notifications_instance_crn == null ? 1 : 0 source = "terraform-ibm-modules/cos/ibm//modules/buckets" - version = "10.5.1" + version = "10.5.2" bucket_configs = local.bucket_config } diff --git a/tests/existing-resources/main.tf b/tests/existing-resources/main.tf index 7fbd4726..eadd9ac6 100644 --- a/tests/existing-resources/main.tf +++ b/tests/existing-resources/main.tf @@ -18,7 +18,7 @@ module "event_notification" { module "cos" { source = "terraform-ibm-modules/cos/ibm" - version = "10.5.1" + version = "10.5.2" resource_group_id = module.resource_group.resource_group_id region = var.region cos_instance_name = "${var.prefix}-cos"