File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "resource_group" {
17
17
module "cos_bucket" {
18
18
count = var. enable_vpc_flow_logs ? 1 : 0
19
19
source = " terraform-ibm-modules/cos/ibm"
20
- version = " 8.21.21 "
20
+ version = " 8.21.24 "
21
21
resource_group_id = module. resource_group . resource_group_id
22
22
region = var. region
23
23
cross_region_location = null
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ This solution supports provisioning and configuring the following infrastructure
43
43
44
44
| Name | Source | Version |
45
45
| ------| --------| ---------|
46
- | <a name =" module_cos_buckets " ></a > [ cos\_ buckets] ( #module\_ cos\_ buckets ) | terraform-ibm-modules/cos/ibm//modules/buckets | 8.21.21 |
46
+ | <a name =" module_cos_buckets " ></a > [ cos\_ buckets] ( #module\_ cos\_ buckets ) | terraform-ibm-modules/cos/ibm//modules/buckets | 8.21.24 |
47
47
| <a name =" module_existing_cos_crn_parser " ></a > [ existing\_ cos\_ crn\_ parser] ( #module\_ existing\_ cos\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
48
48
| <a name =" module_existing_kms_instance_crn_parser " ></a > [ existing\_ kms\_ instance\_ crn\_ parser] ( #module\_ existing\_ kms\_ instance\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
49
49
| <a name =" module_existing_kms_key_crn_parser " ></a > [ existing\_ kms\_ key\_ crn\_ parser] ( #module\_ existing\_ kms\_ key\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
50
- | <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 5.1.2 |
50
+ | <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 5.1.4 |
51
51
| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.2.0 |
52
52
| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | ../../ | n/a |
53
53
| <a name =" module_vpe_gateway " ></a > [ vpe\_ gateway] ( #module\_ vpe\_ gateway ) | terraform-ibm-modules/vpe-gateway/ibm | 4.5.0 |
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module "cos_buckets" {
73
73
count = var. enable_vpc_flow_logs ? 1 : 0
74
74
depends_on = [time_sleep . wait_for_cross_account_authorization_policy [0 ]]
75
75
source = " terraform-ibm-modules/cos/ibm//modules/buckets"
76
- version = " 8.21.21 "
76
+ version = " 8.21.24 "
77
77
bucket_configs = local. bucket_config
78
78
}
79
79
@@ -163,7 +163,7 @@ module "kms" {
163
163
}
164
164
count = local. create_kms_key ? 1 : 0 # no need to create any KMS resources if not passing an existing KMS CRN or existing KMS key CRN is provided
165
165
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
166
- version = " 5.1.2 "
166
+ version = " 5.1.4 "
167
167
create_key_protect_instance = false
168
168
region = local. kms_region
169
169
existing_kms_instance_crn = var. existing_kms_instance_crn
You can’t perform that action at this time.
0 commit comments