Skip to content

Commit 6821705

Browse files
fix(deps): update terraform terraform-ibm-modules/key-protect/ibm to v2.10.2 (#662)
1 parent e08abf1 commit 6821705

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
@@ -148,7 +148,7 @@ For more info, see [Understanding user roles and resources](https://cloud.ibm.co
148148
| Name | Source | Version |
149149
|------|--------|---------|
150150
| <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.0 |
151-
| <a name="module_key_protect"></a> [key\_protect](#module\_key\_protect) | terraform-ibm-modules/key-protect/ibm | 2.10.1 |
151+
| <a name="module_key_protect"></a> [key\_protect](#module\_key\_protect) | terraform-ibm-modules/key-protect/ibm | 2.10.2 |
152152
| <a name="module_kms_key_rings"></a> [kms\_key\_rings](#module\_kms\_key\_rings) | terraform-ibm-modules/kms-key-ring/ibm | v2.6.0 |
153153
| <a name="module_kms_keys"></a> [kms\_keys](#module\_kms\_keys) | terraform-ibm-modules/kms-key/ibm | v1.4.0 |
154154

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.1"
34+
version = "2.10.2"
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)