Skip to content

Commit

Permalink
fix(deps): update terraform-module (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: chrisw-ibm <[email protected]>
  • Loading branch information
terraform-ibm-modules-ops and chrisw-ibm authored Dec 20, 2024
1 parent 4aa0582 commit e0b2ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/encrypted_cos_bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ statement instead the previous block.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_cos_bucket"></a> [cos\_bucket](#module\_cos\_bucket) | terraform-ibm-modules/cos/ibm | 8.15.10 |
| <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.17.1 |
| <a name="module_cos_bucket"></a> [cos\_bucket](#module\_cos\_bucket) | terraform-ibm-modules/cos/ibm | 8.15.13 |
| <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.18.2 |

### Resources

Expand Down
4 changes: 2 additions & 2 deletions modules/encrypted_cos_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "key_protect_all_inclusive" {
}
count = local.key_management_enabled ? 1 : 0
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.17.1"
version = "4.18.2"
create_key_protect_instance = var.create_key_protect_instance
key_protect_instance_name = var.key_protect_instance_name
resource_group_id = var.resource_group_id
Expand Down Expand Up @@ -89,7 +89,7 @@ module "cos_bucket" {
ibm = ibm
}
source = "terraform-ibm-modules/cos/ibm"
version = "8.15.10"
version = "8.15.13"
bucket_name = var.bucket_name
add_bucket_name_suffix = var.add_bucket_name_suffix
management_endpoint_type_for_bucket = var.management_endpoint_type_for_bucket
Expand Down

0 comments on commit e0b2ddc

Please sign in to comment.