Skip to content

Commit 2e24e10

Browse files
fix(deps): update terraform terraform-ibm-modules/key-protect/ibm to v2.10.14 (#776)
1 parent 558403a commit 2e24e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ For more info, see [Understanding user roles and resources](https://cloud.ibm.co
145145
| Name | Source | Version |
146146
|------|--------|---------|
147147
| <a name="module_existing_key_ring_keys"></a> [existing\_key\_ring\_keys](#module\_existing\_key\_ring\_keys) | terraform-ibm-modules/kms-key/ibm | v1.4.2 |
148-
| <a name="module_key_protect"></a> [key\_protect](#module\_key\_protect) | terraform-ibm-modules/key-protect/ibm | 2.10.13 |
148+
| <a name="module_key_protect"></a> [key\_protect](#module\_key\_protect) | terraform-ibm-modules/key-protect/ibm | 2.10.14 |
149149
| <a name="module_kms_key_rings"></a> [kms\_key\_rings](#module\_kms\_key\_rings) | terraform-ibm-modules/kms-key-ring/ibm | v2.6.1 |
150150
| <a name="module_kms_keys"></a> [kms\_keys](#module\_kms\_keys) | terraform-ibm-modules/kms-key/ibm | v1.4.2 |
151151

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ locals {
3131
module "key_protect" {
3232
count = var.create_key_protect_instance ? 1 : 0
3333
source = "terraform-ibm-modules/key-protect/ibm"
34-
version = "2.10.13"
34+
version = "2.10.14"
3535
key_protect_name = var.key_protect_instance_name
3636
region = var.region
3737
allowed_network = var.key_protect_allowed_network

0 commit comments

Comments
 (0)