Skip to content

Commit a0dbd4d

Browse files
fix(deps): update terraform terraform-ibm-modules/vpe-gateway/ibm to v4.8.6 (#702)
1 parent b20f7d2 commit a0dbd4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common-dev-assets

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.8.5"
152+
version = "4.8.6"
153153
region = var.region
154154
prefix = var.prefix
155155
vpc_id = ibm_is_vpc.vpc.id

0 commit comments

Comments
 (0)