diff --git a/.secrets.baseline b/.secrets.baseline
index 8905b89e..fe6ec24f 100644
--- a/.secrets.baseline
+++ b/.secrets.baseline
@@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
- "generated_at": "2025-09-05T15:37:15Z",
+ "generated_at": "2025-10-04T03:47:26Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
@@ -88,7 +88,7 @@
}
]
},
- "version": "0.13.1+ibm.62.dss",
+ "version": "0.13.1+ibm.64.dss",
"word_list": {
"file": null,
"hash": null
diff --git a/README.md b/README.md
index b8f87626..142e294d 100644
--- a/README.md
+++ b/README.md
@@ -250,7 +250,7 @@ Optionally, you need the following permissions to attach Access Management tags
| [attach\_sg\_to\_lb](#module\_attach\_sg\_to\_lb) | terraform-ibm-modules/security-group/ibm | 2.8.0 |
| [attach\_sg\_to\_master\_vpe](#module\_attach\_sg\_to\_master\_vpe) | terraform-ibm-modules/security-group/ibm | 2.8.0 |
| [attach\_sg\_to\_registry\_vpe](#module\_attach\_sg\_to\_registry\_vpe) | terraform-ibm-modules/security-group/ibm | 2.8.0 |
-| [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.33.2 |
+| [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.33.3 |
| [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 10.4.0 |
| [existing\_secrets\_manager\_instance\_parser](#module\_existing\_secrets\_manager\_instance\_parser) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.2.0 |
diff --git a/common-dev-assets b/common-dev-assets
index 95eee196..b71c558e 160000
--- a/common-dev-assets
+++ b/common-dev-assets
@@ -1 +1 @@
-Subproject commit 95eee1969a5ad814bfa2e5a07b03c8ee6b589271
+Subproject commit b71c558ee45713b7669190d7d0e53d41ee96dbd4
diff --git a/examples/advanced/main.tf b/examples/advanced/main.tf
index 80d0fdaf..bb376be3 100644
--- a/examples/advanced/main.tf
+++ b/examples/advanced/main.tf
@@ -22,7 +22,7 @@ locals {
module "kp_all_inclusive" {
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
- version = "5.3.0"
+ version = "5.3.1"
key_protect_instance_name = "${var.prefix}-kp-instance"
resource_group_id = module.resource_group.resource_group_id
region = var.region
@@ -211,7 +211,7 @@ locals {
module "cloud_logs" {
source = "terraform-ibm-modules/cloud-logs/ibm"
- version = "1.7.1"
+ version = "1.7.2"
resource_group_id = module.resource_group.resource_group_id
region = var.region
plan = "standard"
diff --git a/examples/fscloud/main.tf b/examples/fscloud/main.tf
index afb987cd..d2fa9695 100644
--- a/examples/fscloud/main.tf
+++ b/examples/fscloud/main.tf
@@ -112,7 +112,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
module "cbr_vpc_zone" {
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
- version = "1.33.2"
+ version = "1.33.3"
name = "${var.prefix}-VPC-network-zone"
zone_description = "CBR Network zone representing VPC"
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
@@ -124,7 +124,7 @@ module "cbr_vpc_zone" {
module "cbr_zone_schematics" {
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
- version = "1.33.2"
+ version = "1.33.3"
name = "${var.prefix}-schematics-zone"
zone_description = "CBR Network zone containing Schematics"
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
@@ -139,7 +139,7 @@ module "cbr_zone_schematics" {
module "cbr_rules" {
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
- version = "1.33.2"
+ version = "1.33.3"
rule_description = "${var.prefix} rule for vpc flow log access to cos"
enforcement_mode = "enabled"
resources = [{
diff --git a/examples/multiple_mzr_clusters/main.tf b/examples/multiple_mzr_clusters/main.tf
index 96b84e50..83aeb71b 100644
--- a/examples/multiple_mzr_clusters/main.tf
+++ b/examples/multiple_mzr_clusters/main.tf
@@ -173,7 +173,7 @@ data "ibm_container_cluster_config" "cluster_config_c2" {
module "monitoring_instance" {
source = "terraform-ibm-modules/cloud-monitoring/ibm"
- version = "1.8.1"
+ version = "1.8.2"
resource_group_id = module.resource_group.resource_group_id
region = var.region
plan = "graduated-tier"
diff --git a/main.tf b/main.tf
index 2b6c6f31..f1334d3d 100644
--- a/main.tf
+++ b/main.tf
@@ -676,7 +676,7 @@ locals {
module "cbr_rule" {
count = length(var.cbr_rules) > 0 ? length(var.cbr_rules) : 0
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
- version = "1.33.2"
+ version = "1.33.3"
rule_description = var.cbr_rules[count.index].description
enforcement_mode = var.cbr_rules[count.index].enforcement_mode
rule_contexts = var.cbr_rules[count.index].rule_contexts
diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf
index 404ff4b6..1655bba2 100644
--- a/solutions/fully-configurable/main.tf
+++ b/solutions/fully-configurable/main.tf
@@ -95,7 +95,7 @@ module "kms" {
}
count = (var.kms_encryption_enabled_boot_volume && var.existing_boot_volume_kms_key_crn == null) || (var.kms_encryption_enabled_cluster && var.existing_cluster_kms_key_crn == null) ? 1 : 0
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
- version = "5.3.0"
+ version = "5.3.1"
create_key_protect_instance = false
region = local.cluster_kms_region
existing_kms_instance_crn = var.existing_kms_instance_crn