diff --git a/examples/obs-agent-iks/main.tf b/examples/obs-agent-iks/main.tf index f088a668..db0e59d9 100644 --- a/examples/obs-agent-iks/main.tf +++ b/examples/obs-agent-iks/main.tf @@ -17,7 +17,7 @@ module "resource_group" { # As a `Sender`, you can send logs to your IBM Cloud Logs service instance - but not query or tail logs. This role is meant to be used by agents and routers sending logs. module "iam_service_id" { source = "terraform-ibm-modules/iam-service-id/ibm" - version = "1.2.0" + version = "1.2.1" iam_service_id_name = "${var.prefix}-service-id" iam_service_id_description = "Logs Agent service id" iam_service_id_apikey_provision = true diff --git a/examples/obs-agent-ocp/main.tf b/examples/obs-agent-ocp/main.tf index 942427d7..67a3f570 100644 --- a/examples/obs-agent-ocp/main.tf +++ b/examples/obs-agent-ocp/main.tf @@ -104,7 +104,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.46.1" + version = "3.46.3" resource_group_id = module.resource_group.resource_group_id region = var.region tags = var.resource_tags