diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 87cec5fc..3dfcfb96 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.0.2" + version = "5.1.4" 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 @@ -58,7 +58,7 @@ data "ibm_iam_account_settings" "iam_account_settings" { module "vpc" { source = "terraform-ibm-modules/landing-zone-vpc/ibm" - version = "7.23.5" + version = "7.23.9" resource_group_id = module.resource_group.resource_group_id region = var.region prefix = var.prefix diff --git a/solutions/standard/main.tf b/solutions/standard/main.tf index e5f343d5..2cef1384 100644 --- a/solutions/standard/main.tf +++ b/solutions/standard/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.0.2" + version = "5.1.4" create_key_protect_instance = false region = local.kms_region existing_kms_instance_crn = var.existing_kms_instance_crn