Skip to content

Commit 21fc482

Browse files
chore(deps): update terraform dependencies (#635)
Co-authored-by: Aashiq Jacob <[email protected]>
1 parent 3b976b5 commit 21fc482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/obs-agent-ocp/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ locals {
104104

105105
module "ocp_base" {
106106
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
107-
version = "3.54.4"
107+
version = "3.54.5"
108108
resource_group_id = module.resource_group.resource_group_id
109109
region = var.region
110110
tags = var.resource_tags
@@ -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.7.0"
150+
version = "4.7.1"
151151
region = var.region
152152
prefix = var.prefix
153153
vpc_id = ibm_is_vpc.vpc.id

0 commit comments

Comments
 (0)