diff --git a/common-dev-assets b/common-dev-assets index ae23e021..3cfd2b62 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit ae23e021950779a9c0612e71ce51d074f14b7543 +Subproject commit 3cfd2b622d864175e7979de6885a65b4fb4ab6db diff --git a/examples/obs-agent-ocp/main.tf b/examples/obs-agent-ocp/main.tf index 8372019c..96f36208 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.5" + version = "3.69.0" 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.1" + version = "4.8.2" region = var.region prefix = var.prefix vpc_id = ibm_is_vpc.vpc.id