Skip to content

Commit 01f5724

Browse files
chore(deps): update terraform terraform-ibm-modules/vpe-gateway/ibm to v4.6.7 (#606)
1 parent ea64510 commit 01f5724

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
@@ -147,7 +147,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
147147
# 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.
148148
module "vpe" {
149149
source = "terraform-ibm-modules/vpe-gateway/ibm"
150-
version = "4.6.6"
150+
version = "4.6.7"
151151
region = var.region
152152
prefix = var.prefix
153153
vpc_id = ibm_is_vpc.vpc.id

0 commit comments

Comments
 (0)