From 65af9bb0e45170477953b768841766f8e7cfbe93 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sun, 21 Dec 2025 13:59:49 +0000 Subject: [PATCH] fix(deps): update dependencies --- examples/complete/main.tf | 4 ++-- solutions/fully-configurable/main.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index b18bf71d..4edd4041 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -21,7 +21,7 @@ locals { module "key_protect_all_inclusive" { source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "5.5.8" + version = "5.5.9" resource_group_id = module.resource_group.resource_group_id # Note: Database instance and Key Protect must be created in the same region when using BYOK # See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok @@ -178,7 +178,7 @@ resource "time_sleep" "wait_120_seconds" { module "vpe" { source = "terraform-ibm-modules/vpe-gateway/ibm" - version = "4.8.9" + version = "4.8.10" prefix = "vpe-to-pg" cloud_service_by_crn = [ { diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index 6f52126c..a695c6ff 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -32,7 +32,7 @@ module "kms" { } count = local.create_new_kms_key ? 1 : 0 source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "5.5.8" + version = "5.5.9" create_key_protect_instance = false region = local.kms_region existing_kms_instance_crn = var.existing_kms_instance_crn