@@ -124,7 +124,7 @@ module "kms" {
124
124
}
125
125
count = local. use_kms_module ? 1 : 0 # no need to create any KMS resources if passing an existing key or bucket, or SCC instance
126
126
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
127
- version = " 4.19.5 "
127
+ version = " 4.19.8 "
128
128
create_key_protect_instance = false
129
129
region = local. kms_region
130
130
existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -195,7 +195,7 @@ module "cos" {
195
195
}
196
196
count = var. existing_scc_cos_bucket_name == null && var. existing_scc_instance_crn == null ? 1 : 0 # no need to call COS module if consumer is passing existing SCC instance or COS bucket
197
197
source = " terraform-ibm-modules/cos/ibm//modules/fscloud"
198
- version = " 8.19.2 "
198
+ version = " 8.19.3 "
199
199
resource_group_id = module. resource_group . resource_group_id
200
200
create_cos_instance = var. existing_cos_instance_crn == null ? true : false # don't create instance if existing one passed in
201
201
cos_instance_name = local. cos_instance_name
@@ -214,7 +214,7 @@ module "buckets" {
214
214
count = local. create_cross_account_auth_policy ? 1 : 0
215
215
depends_on = [time_sleep . wait_for_authorization_policy [0 ]]
216
216
source = " terraform-ibm-modules/cos/ibm//modules/buckets"
217
- version = " 8.19.2 "
217
+ version = " 8.19.3 "
218
218
bucket_configs = local. bucket_config
219
219
}
220
220
@@ -242,7 +242,7 @@ moved {
242
242
module "scc" {
243
243
source = " terraform-ibm-modules/scc/ibm"
244
244
existing_scc_instance_crn = var. existing_scc_instance_crn
245
- version = " 1.9 .0"
245
+ version = " 1.10 .0"
246
246
resource_group_id = module. resource_group . resource_group_id
247
247
region = local. scc_instance_region
248
248
instance_name = local. scc_instance_name
@@ -310,7 +310,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {}
310
310
311
311
module "create_profile_attachment" {
312
312
source = " terraform-ibm-modules/scc/ibm//modules/attachment"
313
- version = " 1.8.36 "
313
+ version = " 1.10.0 "
314
314
for_each = {
315
315
for idx , profile_attachment in var . profile_attachments :
316
316
profile_attachment = > idx
0 commit comments