@@ -17,7 +17,7 @@ locals {
1717
1818module "resource_group" {
1919 source = " terraform-ibm-modules/resource-group/ibm"
20- version = " 1.1.5 "
20+ version = " 1.1.6 "
2121 resource_group_name = var. use_existing_resource_group == false ? (var. prefix != null ? " ${ var . prefix } -${ var . resource_group_name } " : var. resource_group_name ) : null
2222 existing_resource_group_name = var. use_existing_resource_group == true ? var. resource_group_name : null
2323}
@@ -99,7 +99,7 @@ module "cos" {
9999 }
100100 count = var. existing_scc_cos_bucket_name == null ? 1 : 0 # no need to call COS module if consumer is passing existing COS bucket
101101 source = " terraform-ibm-modules/cos/ibm//modules/fscloud"
102- version = " 8.3.2 "
102+ version = " 8.4.1 "
103103 resource_group_id = module. resource_group . resource_group_id
104104 create_cos_instance = var. existing_cos_instance_crn == null ? true : false # don't create instance if existing one passed in
105105 cos_instance_name = local. cos_instance_name
@@ -132,7 +132,7 @@ module "cos" {
132132
133133module "scc" {
134134 source = " terraform-ibm-modules/scc/ibm"
135- version = " 1.6.0 "
135+ version = " 1.6.2 "
136136 resource_group_id = module. resource_group . resource_group_id
137137 region = var. scc_region
138138 instance_name = local. scc_instance_name
@@ -156,7 +156,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {}
156156
157157module "create_profile_attachment" {
158158 source = " terraform-ibm-modules/scc/ibm//modules/attachment"
159- version = " 1.6.0 "
159+ version = " 1.6.2 "
160160 for_each = {
161161 for idx , profile_attachment in var . profile_attachments :
162162 profile_attachment = > idx
@@ -191,7 +191,7 @@ module "create_profile_attachment" {
191191module "scc_wp" {
192192 count = var. provision_scc_workload_protection ? 1 : 0
193193 source = " terraform-ibm-modules/scc-workload-protection/ibm"
194- version = " 1.3.0 "
194+ version = " 1.3.1 "
195195 name = local. scc_workload_protection_instance_name
196196 region = var. scc_region
197197 resource_group_id = module. resource_group . resource_group_id
0 commit comments