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 {
21
21
22
22
module "key_protect_all_inclusive" {
23
23
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
24
- version = " 4.13.2 "
24
+ version = " 4.13.4 "
25
25
resource_group_id = module. resource_group . resource_group_id
26
26
region = var. region
27
27
key_protect_instance_name = " ${ var . prefix } -kp"
@@ -46,7 +46,7 @@ locals {
46
46
47
47
module "cos" {
48
48
source = " terraform-ibm-modules/cos/ibm"
49
- version = " 8.4.1 "
49
+ version = " 8.5.0 "
50
50
resource_group_id = module. resource_group . resource_group_id
51
51
region = var. region
52
52
cos_instance_name = " ${ var . prefix } -cos"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ locals {
62
62
63
63
module "cos" {
64
64
source = " terraform-ibm-modules/cos/ibm//modules/fscloud"
65
- version = " 8.4.1 "
65
+ version = " 8.5.0 "
66
66
resource_group_id = module. resource_group . resource_group_id
67
67
create_cos_instance = true
68
68
cos_instance_name = " ${ var . prefix } -cos"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ module "kms" {
34
34
}
35
35
count = var. existing_kms_root_key_crn != null ? 0 : 1 # no need to create any KMS resources if passing an existing key
36
36
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
37
- version = " 4.13.2 "
37
+ version = " 4.13.4 "
38
38
create_key_protect_instance = false
39
39
region = local. kms_region
40
40
existing_kms_instance_guid = var. existing_kms_instance_crn
@@ -89,7 +89,7 @@ locals {
89
89
module "cos" {
90
90
count = var. existing_cos_bucket_name != null ? 0 : 1
91
91
source = " terraform-ibm-modules/cos/ibm"
92
- version = " 8.4.1 "
92
+ version = " 8.5.0 "
93
93
create_cos_instance = var. existing_cos_instance_crn == null ? true : false
94
94
create_cos_bucket = var. existing_cos_bucket_name == null ? true : false
95
95
existing_cos_instance_id = var. existing_cos_instance_crn
You can’t perform that action at this time.
0 commit comments