Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 6a192a0

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.13.1 (#103)
1 parent 2de1bce commit 6a192a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solutions/instances/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This solution supports the following:
2424
|------|--------|---------|
2525
| <a name="module_cos"></a> [cos](#module\_cos) | terraform-ibm-modules/cos/ibm//modules/fscloud | 7.5.3 |
2626
| <a name="module_create_profile_attachment"></a> [create\_profile\_attachment](#module\_create\_profile\_attachment) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.5.0 |
27-
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.13.0 |
27+
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.13.1 |
2828
| <a name="module_resource_group"></a> [resource\_group](#module\_resource\_group) | terraform-ibm-modules/resource-group/ibm | 1.1.5 |
2929
| <a name="module_scc"></a> [scc](#module\_scc) | terraform-ibm-modules/scc/ibm | 1.5.0 |
3030
| <a name="module_scc_wp"></a> [scc\_wp](#module\_scc\_wp) | terraform-ibm-modules/scc-workload-protection/ibm | 1.3.0 |

solutions/instances/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module "kms" {
4747
}
4848
count = var.existing_scc_cos_kms_key_crn != null || var.existing_scc_cos_bucket_name != null ? 0 : 1 # no need to create any KMS resources if passing an existing key, or bucket
4949
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
50-
version = "4.13.0"
50+
version = "4.13.1"
5151
create_key_protect_instance = false
5252
region = local.kms_region
5353
existing_kms_instance_guid = local.existing_kms_guid

0 commit comments

Comments
 (0)