Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/kms-all-inclusive…
Browse files Browse the repository at this point in the history
…/ibm to v4.18.0 (#304)
  • Loading branch information
terraform-ibm-modules-ops authored Dec 14, 2024
1 parent 2f7027a commit bcbf37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "resource_group" {

module "key_protect_all_inclusive" {
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.17.1"
version = "4.18.0"
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
Expand Down

0 comments on commit bcbf37d

Please sign in to comment.