Skip to content

Commit db51f0c

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-key-ring/ibm to v2.6.14 (#763)
1 parent 4931b0d commit db51f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module "key_protect_module" {
7171

7272
module "kms_key_ring" {
7373
source = "terraform-ibm-modules/kms-key-ring/ibm"
74-
version = "2.6.13"
74+
version = "2.6.14"
7575
instance_id = module.key_protect_module.key_protect_guid
7676
key_ring_id = "${var.prefix}-my-key-ring"
7777
endpoint_type = "private"

0 commit comments

Comments
 (0)