File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ locals {
2121
2222module "key_protect_all_inclusive" {
2323 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
24- version = " 4.13.2 "
24+ version = " 4.13.4 "
2525 resource_group_id = module. resource_group . resource_group_id
2626 region = var. region
2727 key_protect_instance_name = " ${ var . prefix } -kp"
@@ -46,7 +46,7 @@ locals {
4646
4747module "cos" {
4848 source = " terraform-ibm-modules/cos/ibm"
49- version = " 8.4.1 "
49+ version = " 8.5.0 "
5050 resource_group_id = module. resource_group . resource_group_id
5151 region = var. region
5252 cos_instance_name = " ${ var . prefix } -cos"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ locals {
6262
6363module "cos" {
6464 source = " terraform-ibm-modules/cos/ibm//modules/fscloud"
65- version = " 8.4.1 "
65+ version = " 8.5.0 "
6666 resource_group_id = module. resource_group . resource_group_id
6767 create_cos_instance = true
6868 cos_instance_name = " ${ var . prefix } -cos"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ module "kms" {
3434 }
3535 count = var. existing_kms_root_key_crn != null ? 0 : 1 # no need to create any KMS resources if passing an existing key
3636 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
37- version = " 4.13.2 "
37+ version = " 4.13.4 "
3838 create_key_protect_instance = false
3939 region = local. kms_region
4040 existing_kms_instance_guid = var. existing_kms_instance_crn
@@ -89,7 +89,7 @@ locals {
8989module "cos" {
9090 count = var. existing_cos_bucket_name != null ? 0 : 1
9191 source = " terraform-ibm-modules/cos/ibm"
92- version = " 8.4.1 "
92+ version = " 8.5.0 "
9393 create_cos_instance = var. existing_cos_instance_crn == null ? true : false
9494 create_cos_bucket = var. existing_cos_bucket_name == null ? true : false
9595 existing_cos_instance_id = var. existing_cos_instance_crn
You can’t perform that action at this time.
0 commit comments