diff --git a/examples/obs-agent-ocp/main.tf b/examples/obs-agent-ocp/main.tf index 00104628..49510ef0 100644 --- a/examples/obs-agent-ocp/main.tf +++ b/examples/obs-agent-ocp/main.tf @@ -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.7.12" + version = "4.8.0" region = var.region prefix = var.prefix vpc_id = ibm_is_vpc.vpc.id