Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/key-protect/ibm to …
Browse files Browse the repository at this point in the history
…v2.8.4 (#538)
  • Loading branch information
terraform-ibm-modules-ops authored Aug 18, 2024
1 parent 344daaa commit ab0a0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ For more info, see [Understanding user roles and resources](https://cloud.ibm.co
|------|--------|---------|
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.24.0 |
| <a name="module_existing_key_ring_keys"></a> [existing\_key\_ring\_keys](#module\_existing\_key\_ring\_keys) | terraform-ibm-modules/kms-key/ibm | v1.2.4 |
| <a name="module_key_protect"></a> [key\_protect](#module\_key\_protect) | terraform-ibm-modules/key-protect/ibm | 2.8.3 |
| <a name="module_key_protect"></a> [key\_protect](#module\_key\_protect) | terraform-ibm-modules/key-protect/ibm | 2.8.4 |
| <a name="module_kms_key_rings"></a> [kms\_key\_rings](#module\_kms\_key\_rings) | terraform-ibm-modules/kms-key-ring/ibm | v2.4.1 |
| <a name="module_kms_keys"></a> [kms\_keys](#module\_kms\_keys) | terraform-ibm-modules/kms-key/ibm | v1.2.4 |

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ locals {
module "key_protect" {
count = var.create_key_protect_instance ? 1 : 0
source = "terraform-ibm-modules/key-protect/ibm"
version = "2.8.3"
version = "2.8.4"
key_protect_name = var.key_protect_instance_name
region = var.region
allowed_network = var.key_protect_allowed_network
Expand Down

0 comments on commit ab0a0f4

Please sign in to comment.