From c8480dee2b2a4a957dd31e1f66dca1d0117be0bf Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 20 Dec 2025 14:55:33 +0000 Subject: [PATCH] fix(deps): update dependencies --- examples/obs-agent-ocp/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/obs-agent-ocp/main.tf b/examples/obs-agent-ocp/main.tf index d54db83d..90ffaad0 100644 --- a/examples/obs-agent-ocp/main.tf +++ b/examples/obs-agent-ocp/main.tf @@ -22,7 +22,7 @@ locals { module "trusted_profile" { source = "terraform-ibm-modules/trusted-profile/ibm" - version = "3.2.8" + version = "3.2.9" trusted_profile_name = "${var.prefix}-profile" trusted_profile_description = "Logs agent Trusted Profile" # 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. @@ -149,7 +149,7 @@ data "ibm_is_security_groups" "vpc_security_groups" { # The below code creates a VPE for Cloud logs in the provisioned VPC which allows the agents to access the private Cloud Logs Ingress endpoint. module "vpe" { source = "terraform-ibm-modules/vpe-gateway/ibm" - version = "4.8.6" + version = "4.8.7" region = var.region prefix = var.prefix vpc_id = ibm_is_vpc.vpc.id