File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ locals {
104104
105105module "ocp_base" {
106106 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
107- version = " 3.47.3 "
107+ version = " 3.48.0 "
108108 resource_group_id = module. resource_group . resource_group_id
109109 region = var. region
110110 tags = var. resource_tags
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
66 # Lock DA into an exact provider version - renovate automation will keep it updated
77 ibm = {
88 source = " ibm-cloud/ibm"
9- version = " 1.78.2 "
9+ version = " 1.78.3 "
1010 }
1111 helm = {
1212 source = " hashicorp/helm"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ locals {
7474
7575module "ocp_base" {
7676 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
77- version = " 3.47.3 "
77+ version = " 3.48.0 "
7878 resource_group_id = module. resource_group . resource_group_id
7979 region = var. region
8080 tags = var. resource_tags
You can’t perform that action at this time.
0 commit comments