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 @@ -26,10 +26,10 @@ This solution supports provisioning and configuring the following infrastructure
2626| Name | Source | Version |
2727| ------| --------| ---------|
2828| <a name =" module_cos " ></a > [ cos] ( #module\_ cos ) | terraform-ibm-modules/cos/ibm//modules/fscloud | 8.11.14 |
29- | <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.8.9 |
29+ | <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.8.10 |
3030| <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.15.13 |
3131| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.6 |
32- | <a name =" module_scc " ></a > [ scc] ( #module\_ scc ) | terraform-ibm-modules/scc/ibm | 1.8.9 |
32+ | <a name =" module_scc " ></a > [ scc] ( #module\_ scc ) | terraform-ibm-modules/scc/ibm | 1.8.10 |
3333| <a name =" module_scc_wp " ></a > [ scc\_ wp] ( #module\_ scc\_ wp ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.4.0 |
3434
3535### Resources
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ moved {
141141module "scc" {
142142 source = " terraform-ibm-modules/scc/ibm"
143143 existing_scc_instance_crn = var. existing_scc_instance_crn
144- version = " 1.8.9 "
144+ version = " 1.8.10 "
145145 resource_group_id = module. resource_group . resource_group_id
146146 region = local. scc_instance_region
147147 instance_name = local. scc_instance_name
@@ -206,7 +206,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {}
206206
207207module "create_profile_attachment" {
208208 source = " terraform-ibm-modules/scc/ibm//modules/attachment"
209- version = " 1.8.9 "
209+ version = " 1.8.10 "
210210 for_each = {
211211 for idx , profile_attachment in var . profile_attachments :
212212 profile_attachment = > idx
You can’t perform that action at this time.
0 commit comments