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 69d6b87 commit 1dd199dCopy full SHA for 1dd199d
examples/obs-agent-ocp/main.tf
@@ -149,7 +149,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
149
# 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.
150
module "vpe" {
151
source = "terraform-ibm-modules/vpe-gateway/ibm"
152
- version = "4.7.12"
+ version = "4.8.0"
153
region = var.region
154
prefix = var.prefix
155
vpc_id = ibm_is_vpc.vpc.id
0 commit comments