diff --git a/examples/obs-agent-iks/main.tf b/examples/obs-agent-iks/main.tf index 53cbc1a..d010763 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.2" + version = "1.14.3" 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 a2f1392..13e708f 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.2" + version = "1.14.3" name = "${var.prefix}-scc-wp" resource_group_id = module.resource_group.resource_group_id region = var.region