Skip to content

Commit 6c38654

Browse files
fix(deps): update terraform terraform-ibm-modules/cos/ibm to v8.16.0 (#73)
1 parent 124ed8e commit 6c38654

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
@@ -71,7 +71,7 @@ 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.15.16 |
74+
| <a name="module_cos_bucket"></a> [cos\_bucket](#module\_cos\_bucket) | terraform-ibm-modules/cos/ibm | 8.16.0 |
7575
| <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.19.1 |
7676

7777
### Resources

modules/encrypted_cos_bucket/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module "cos_bucket" {
8989
ibm = ibm
9090
}
9191
source = "terraform-ibm-modules/cos/ibm"
92-
version = "8.15.16"
92+
version = "8.16.0"
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)