Skip to content

Commit 1dd199d

Browse files
chore(deps): update terraform terraform-ibm-modules/vpe-gateway/ibm to v4.8.0 (#659)
1 parent 69d6b87 commit 1dd199d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/obs-agent-ocp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
149149
# 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.
150150
module "vpe" {
151151
source = "terraform-ibm-modules/vpe-gateway/ibm"
152-
version = "4.7.12"
152+
version = "4.8.0"
153153
region = var.region
154154
prefix = var.prefix
155155
vpc_id = ibm_is_vpc.vpc.id

0 commit comments

Comments
 (0)