From 71245b1f4562678caf347ae6592d564d1468c788 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Wed, 6 Aug 2025 12:01:24 +0000 Subject: [PATCH] chore(deps): update terraform dependencies --- examples/logs-agent-ocp/main.tf | 4 ++-- tests/resources/main.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/logs-agent-ocp/main.tf b/examples/logs-agent-ocp/main.tf index 4316809d..33a25869 100644 --- a/examples/logs-agent-ocp/main.tf +++ b/examples/logs-agent-ocp/main.tf @@ -104,7 +104,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.54.4" + version = "3.54.5" resource_group_id = module.resource_group.resource_group_id region = var.region tags = var.resource_tags @@ -145,7 +145,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 agent to access the private Cloud Logs Ingress endpoint. module "vpe" { source = "terraform-ibm-modules/vpe-gateway/ibm" - version = "4.7.0" + version = "4.7.1" region = var.region prefix = var.prefix vpc_id = ibm_is_vpc.vpc.id diff --git a/tests/resources/main.tf b/tests/resources/main.tf index a95f2636..745d5540 100644 --- a/tests/resources/main.tf +++ b/tests/resources/main.tf @@ -74,7 +74,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.54.4" + version = "3.54.5" resource_group_id = module.resource_group.resource_group_id region = var.region tags = var.resource_tags