diff --git a/common-dev-assets b/common-dev-assets index c432877..633c66c 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit c4328778ce1a62bc85f641d9249adaac0493cfc9 +Subproject commit 633c66c4db0583f9d2172b84b218469df60cd199 diff --git a/examples/obs-agent-iks/main.tf b/examples/obs-agent-iks/main.tf index b3c24ce..1b86703 100644 --- a/examples/obs-agent-iks/main.tf +++ b/examples/obs-agent-iks/main.tf @@ -122,7 +122,7 @@ module "cloud_monitoring" { module "scc_wp" { source = "terraform-ibm-modules/scc-workload-protection/ibm" - version = "1.14.3" + version = "1.15.2" name = "${var.prefix}-scc-wp" resource_group_id = module.resource_group.resource_group_id region = var.region diff --git a/examples/obs-agent-ocp/main.tf b/examples/obs-agent-ocp/main.tf index 6216159..7d43f30 100644 --- a/examples/obs-agent-ocp/main.tf +++ b/examples/obs-agent-ocp/main.tf @@ -109,7 +109,7 @@ module "cloud_monitoring" { module "scc_wp" { source = "terraform-ibm-modules/scc-workload-protection/ibm" - version = "1.14.3" + version = "1.15.2" name = "${var.prefix}-scc-wp" resource_group_id = module.resource_group.resource_group_id region = var.region