Skip to content

Commit d6dd709

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5 (#116)
1 parent 925f888 commit d6dd709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/encrypted_cos_bucket/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ statement instead the previous block.
7272
| Name | Source | Version |
7373
|------|--------|---------|
7474
| <a name="module_cos_bucket"></a> [cos\_bucket](#module\_cos\_bucket) | terraform-ibm-modules/cos/ibm | 8.21.14 |
75-
| <a name="module_key_protect_all_inclusive"></a> [key\_protect\_all\_inclusive](#module\_key\_protect\_all\_inclusive) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.22.0 |
75+
| <a name="module_key_protect_all_inclusive"></a> [key\_protect\_all\_inclusive](#module\_key\_protect\_all\_inclusive) | terraform-ibm-modules/kms-all-inclusive/ibm | 5.0.2 |
7676

7777
### Resources
7878

modules/encrypted_cos_bucket/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module "key_protect_all_inclusive" {
4040
}
4141
count = local.key_management_enabled ? 1 : 0
4242
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
43-
version = "4.22.0"
43+
version = "5.0.2"
4444
create_key_protect_instance = var.create_key_protect_instance
4545
key_protect_instance_name = var.key_protect_instance_name
4646
resource_group_id = var.resource_group_id

0 commit comments

Comments
 (0)