This repository was archived by the owner on Mar 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ This solution supports provisioning and configuring the following infrastructure
2727| ------| --------| ---------|
2828| <a name =" module_buckets " ></a > [ buckets] ( #module\_ buckets ) | terraform-ibm-modules/cos/ibm//modules/buckets | 8.19.5 |
2929| <a name =" module_cos " ></a > [ cos] ( #module\_ cos ) | terraform-ibm-modules/cos/ibm//modules/fscloud | 8.19.5 |
30- | <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.11.1 |
30+ | <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.11.2 |
3131| <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 |
3232| <a name =" module_existing_en_crn_parser " ></a > [ existing\_ en\_ crn\_ parser] ( #module\_ existing\_ en\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
3333| <a name =" module_existing_kms_crn_parser " ></a > [ existing\_ kms\_ crn\_ parser] ( #module\_ existing\_ kms\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
3434| <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 |
3535| <a name =" module_existing_scc_crn_parser " ></a > [ existing\_ scc\_ crn\_ parser] ( #module\_ existing\_ scc\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
3636| <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.20.0 |
3737| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.6 |
38- | <a name =" module_scc " ></a > [ scc] ( #module\_ scc ) | terraform-ibm-modules/scc/ibm | 1.11.1 |
38+ | <a name =" module_scc " ></a > [ scc] ( #module\_ scc ) | terraform-ibm-modules/scc/ibm | 1.11.2 |
3939| <a name =" module_scc_wp " ></a > [ scc\_ wp] ( #module\_ scc\_ wp ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.4.3 |
4040
4141### Resources
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ moved {
241241module "scc" {
242242 source = " terraform-ibm-modules/scc/ibm"
243243 existing_scc_instance_crn = var. existing_scc_instance_crn
244- version = " 1.11.1 "
244+ version = " 1.11.2 "
245245 resource_group_id = module. resource_group . resource_group_id
246246 region = local. scc_instance_region
247247 instance_name = local. scc_instance_name
@@ -309,7 +309,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {}
309309
310310module "create_profile_attachment" {
311311 source = " terraform-ibm-modules/scc/ibm//modules/attachment"
312- version = " 1.11.1 "
312+ version = " 1.11.2 "
313313 for_each = {
314314 for idx , profile_attachment in var . profile_attachments :
315315 profile_attachment = > idx
You can’t perform that action at this time.
0 commit comments