Skip to content

Commit 02d446c

Browse files
chore(deps): update terraform-module (#569)
1 parent 79c0e51 commit 02d446c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ locals {
2222

2323
module "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

examples/multiple_mzr_clusters/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module "observability_instances" {
189189

190190
module "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

203203
module "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
}

0 commit comments

Comments
 (0)