From c3b22a8cfd472140ab7f1bb539684304a9ec31b9 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 13 Sep 2025 07:57:25 +0000 Subject: [PATCH 1/2] fix(deps): update terraform terraform-ibm-modules/cos/ibm to v10.2.20 --- examples/complete/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/complete/main.tf b/examples/complete/main.tf index d6136bcf..9676ffda 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -45,7 +45,7 @@ locals { module "cos" { source = "terraform-ibm-modules/cos/ibm" - version = "10.2.19" + version = "10.2.20" 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 802d54ea..0aeda2cc 100644 --- a/examples/fscloud/main.tf +++ b/examples/fscloud/main.tf @@ -77,7 +77,7 @@ locals { module "cos" { source = "terraform-ibm-modules/cos/ibm//modules/fscloud" - version = "10.2.19" + version = "10.2.20" 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 11ccfe5c..15eeab79 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.2.19" + version = "10.2.20" bucket_configs = local.bucket_config } diff --git a/tests/existing-resources/main.tf b/tests/existing-resources/main.tf index d9f85516..9f94b97d 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.2.19" + version = "10.2.20" resource_group_id = module.resource_group.resource_group_id region = var.region cos_instance_name = "${var.prefix}-cos" From cf390c60bf521f1eaf6f134e1e3339b32e5dfcfa Mon Sep 17 00:00:00 2001 From: "aashiq.jacob@ibm.com" Date: Thu, 18 Sep 2025 14:51:50 +0530 Subject: [PATCH 2/2] fix(deps): update terraform-module --- common-dev-assets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-dev-assets b/common-dev-assets index 9abb2581..325cfd0d 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 9abb2581610844f40aeb4f8a8b7f24e5a127d45b +Subproject commit 325cfd0d91902e08079644092bbf298c4872f388