diff --git a/common-dev-assets b/common-dev-assets index 1df43f2d..ae23e021 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 1df43f2daf97a529d05350408d32a12f50d89fbf +Subproject commit ae23e021950779a9c0612e71ce51d074f14b7543 diff --git a/examples/obs-agent-ocp/main.tf b/examples/obs-agent-ocp/main.tf index 49510ef0..7b3340bc 100644 --- a/examples/obs-agent-ocp/main.tf +++ b/examples/obs-agent-ocp/main.tf @@ -106,7 +106,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.67.1" + version = "3.67.2" resource_group_id = module.resource_group.resource_group_id region = var.region tags = var.resource_tags @@ -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.0" + version = "4.8.1" region = var.region prefix = var.prefix vpc_id = ibm_is_vpc.vpc.id