Skip to content

Commit 8cd467f

Browse files
fix(deps): update terraform-module (#30)
1 parent 5d9e79b commit 8cd467f

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.13.2 |
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.16.4 |
74+
| <a name="module_cos_bucket"></a> [cos\_bucket](#module\_cos\_bucket) | terraform-ibm-modules/cos/ibm | 8.13.5 |
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.16.5 |
7676

7777
### Resources
7878

modules/encrypted_cos_bucket/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module "key_protect_all_inclusive" {
2222
}
2323
count = var.create_key_protect_instance ? 1 : 0
2424
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
25-
version = "4.16.4"
25+
version = "4.16.5"
2626
key_protect_instance_name = var.key_protect_instance_name
2727
resource_group_id = var.resource_group_id
2828
enable_metrics = true
@@ -60,7 +60,7 @@ module "cos_bucket" {
6060
ibm = ibm
6161
}
6262
source = "terraform-ibm-modules/cos/ibm"
63-
version = "8.13.2"
63+
version = "8.13.5"
6464
bucket_name = var.bucket_name
6565
add_bucket_name_suffix = var.add_bucket_name_suffix
6666
management_endpoint_type_for_bucket = var.management_endpoint_type_for_bucket

0 commit comments

Comments
 (0)