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 @@ -122,7 +122,7 @@ module "cloud_monitoring" {
122122
123123module "scc_wp" {
124124 source = " terraform-ibm-modules/scc-workload-protection/ibm"
125- version = " 1.10.4 "
125+ version = " 1.10.6 "
126126 name = " ${ var . prefix } -scc-wp"
127127 resource_group_id = module. resource_group . resource_group_id
128128 region = var. region
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ module "cloud_monitoring" {
109109
110110module "scc_wp" {
111111 source = " terraform-ibm-modules/scc-workload-protection/ibm"
112- version = " 1.10.4 "
112+ version = " 1.10.6 "
113113 name = " ${ var . prefix } -scc-wp"
114114 resource_group_id = module. resource_group . resource_group_id
115115 region = var. region
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ terraform {
1414 }
1515 kubernetes = {
1616 source = " hashicorp/kubernetes"
17- version = " 2.37.1 "
17+ version = " 2.38.0 "
1818 }
1919 }
2020}
You can’t perform that action at this time.
0 commit comments