Skip to content

Commit

Permalink
fix(deps): update terraform-module (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Jan 11, 2025
1 parent e87cb11 commit d2bf5f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ locals {

module "key_protect_all_inclusive" {
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.19.1"
version = "4.19.2"
resource_group_id = module.resource_group.resource_group_id
# Only us-south, us-east and eu-de backup encryption keys are supported. See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok for details.
# Note: Database instance and Key Protect must be created on the same region.
Expand Down
4 changes: 2 additions & 2 deletions solutions/standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "kms" {
}
count = local.create_new_kms_key
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.19.1"
version = "4.19.2"
create_key_protect_instance = false
region = local.kms_region
existing_kms_instance_crn = var.existing_kms_instance_crn
Expand Down Expand Up @@ -448,7 +448,7 @@ data "http" "es_metadata" {
module "code_engine_kibana" {
count = var.enable_kibana_dashboard ? 1 : 0
source = "terraform-ibm-modules/code-engine/ibm"
version = "2.1.5"
version = "2.1.6"
resource_group_id = module.resource_group.resource_group_id
project_name = local.code_engine_project_name
existing_project_id = local.code_engine_project_id
Expand Down

0 comments on commit d2bf5f3

Please sign in to comment.