Skip to content

Commit 611408f

Browse files
fix(deps): update terraform-module (#115)
1 parent 85373eb commit 611408f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/encrypted_cos_bucket/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ statement instead the previous block.
7171

7272
| Name | Source | Version |
7373
|------|--------|---------|
74-
| <a name="module_cos_bucket"></a> [cos\_bucket](#module\_cos\_bucket) | terraform-ibm-modules/cos/ibm | 8.21.10 |
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.21.9 |
74+
| <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 |
7676

7777
### Resources
7878

modules/encrypted_cos_bucket/main.tf

Lines changed: 2 additions & 2 deletions
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.21.9"
43+
version = "4.22.0"
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
@@ -89,7 +89,7 @@ module "cos_bucket" {
8989
ibm = ibm
9090
}
9191
source = "terraform-ibm-modules/cos/ibm"
92-
version = "8.21.10"
92+
version = "8.21.14"
9393
bucket_name = var.bucket_name
9494
add_bucket_name_suffix = var.add_bucket_name_suffix
9595
management_endpoint_type_for_bucket = var.management_endpoint_type_for_bucket

0 commit comments

Comments
 (0)