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 @@ -106,7 +106,7 @@ locals {
106106
107107module "ocp_base" {
108108 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
109- version = " 3.66.0 "
109+ version = " 3.67.1 "
110110 resource_group_id = module. resource_group . resource_group_id
111111 region = var. region
112112 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.84.2 "
9+ version = " 1.84.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.66.0 "
77+ version = " 3.67.1 "
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