Skip to content

Commit f43cef8

Browse files
authored
chore(deps): bump KMS with code change (#428)
1 parent 6aaba04 commit f43cef8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/complete/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
3333

3434
module "key_protect_all_inclusive" {
3535
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
36-
version = "4.15.13"
36+
version = "4.16.4"
3737
resource_group_id = module.resource_group.resource_group_id
3838
# Note: Database instance and Key Protect must be created in the same region when using BYOK
3939
# See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
@@ -42,8 +42,7 @@ module "key_protect_all_inclusive" {
4242
resource_tags = var.resource_tags
4343
keys = [
4444
{
45-
key_ring_name = "icd"
46-
force_delete_key_ring = true
45+
key_ring_name = "icd"
4746
keys = [
4847
{
4948
key_name = "${var.prefix}-mongodb"

0 commit comments

Comments
 (0)