File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ locals {
2222
2323module "kp_all_inclusive" {
2424 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
25- version = " 4.17.1 "
25+ version = " 4.18.0 "
2626 key_protect_instance_name = " ${ var . prefix } -kp-instance"
2727 resource_group_id = module. resource_group . resource_group_id
2828 region = var. region
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ module "observability_instances" {
189189
190190module "observability_agents_1" {
191191 source = " terraform-ibm-modules/observability-agents/ibm"
192- version = " 2.3.3 "
192+ version = " 2.3.5 "
193193 providers = {
194194 helm = helm.helm_cluster_1
195195 }
@@ -202,7 +202,7 @@ module "observability_agents_1" {
202202
203203module "observability_agents_2" {
204204 source = " terraform-ibm-modules/observability-agents/ibm"
205- version = " 2.3.3 "
205+ version = " 2.3.5 "
206206 providers = {
207207 helm = helm.helm_cluster_2
208208 }
You can’t perform that action at this time.
0 commit comments