We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea64510 commit 01f5724Copy full SHA for 01f5724
examples/obs-agent-ocp/main.tf
@@ -147,7 +147,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
147
# 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.
148
module "vpe" {
149
source = "terraform-ibm-modules/vpe-gateway/ibm"
150
- version = "4.6.6"
+ version = "4.6.7"
151
region = var.region
152
prefix = var.prefix
153
vpc_id = ibm_is_vpc.vpc.id
0 commit comments