@@ -124,7 +124,7 @@ module "kms" {
124124 }
125125 count = local. use_kms_module ? 1 : 0 # no need to create any KMS resources if passing an existing key or bucket, or SCC instance
126126 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
127- version = " 4.19.5 "
127+ version = " 4.19.8 "
128128 create_key_protect_instance = false
129129 region = local. kms_region
130130 existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -195,7 +195,7 @@ module "cos" {
195195 }
196196 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
197197 source = " terraform-ibm-modules/cos/ibm//modules/fscloud"
198- version = " 8.19.2 "
198+ version = " 8.19.3 "
199199 resource_group_id = module. resource_group . resource_group_id
200200 create_cos_instance = var. existing_cos_instance_crn == null ? true : false # don't create instance if existing one passed in
201201 cos_instance_name = local. cos_instance_name
@@ -214,7 +214,7 @@ module "buckets" {
214214 count = local. create_cross_account_auth_policy ? 1 : 0
215215 depends_on = [time_sleep . wait_for_authorization_policy [0 ]]
216216 source = " terraform-ibm-modules/cos/ibm//modules/buckets"
217- version = " 8.19.2 "
217+ version = " 8.19.3 "
218218 bucket_configs = local. bucket_config
219219}
220220
@@ -242,7 +242,7 @@ moved {
242242module "scc" {
243243 source = " terraform-ibm-modules/scc/ibm"
244244 existing_scc_instance_crn = var. existing_scc_instance_crn
245- version = " 1.9 .0"
245+ version = " 1.10 .0"
246246 resource_group_id = module. resource_group . resource_group_id
247247 region = local. scc_instance_region
248248 instance_name = local. scc_instance_name
@@ -310,7 +310,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {}
310310
311311module "create_profile_attachment" {
312312 source = " terraform-ibm-modules/scc/ibm//modules/attachment"
313- version = " 1.8.36 "
313+ version = " 1.10.0 "
314314 for_each = {
315315 for idx , profile_attachment in var . profile_attachments :
316316 profile_attachment = > idx
0 commit comments