Skip to content

Commit 87fe01e

Browse files
chore(deps): update terraform terraform-ibm-modules/kms-key/ibm to v1.4.0 (#241)
1 parent 3e83397 commit 87fe01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/kp-instance/main.tf

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

1818
module "kms_root_key" {
1919
source = "terraform-ibm-modules/kms-key/ibm"
20-
version = "1.3.1"
20+
version = "1.4.0"
2121
kms_instance_id = module.key_protect_module.key_protect_id
2222
key_name = "test-r-key"
2323
}

0 commit comments

Comments
 (0)