This repository was archived by the owner on Mar 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
tests/resources/existing-resources/instances Expand file tree Collapse file tree 3 files changed +5
-5
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.7 |
29- | <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.8.6 |
29+ | <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.8.7 |
3030| <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.15.11 |
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.6 |
32+ | <a name =" module_scc " ></a > [ scc] ( #module\_ scc ) | terraform-ibm-modules/scc/ibm | 1.8.7 |
3333| <a name =" module_scc_wp " ></a > [ scc\_ wp] ( #module\_ scc\_ wp ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.3.1 |
3434
3535### Resources
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ data "ibm_resource_instance" "scc_instance" {
152152module "scc" {
153153 count = var. existing_scc_instance_crn == null ? 1 : 0
154154 source = " terraform-ibm-modules/scc/ibm"
155- version = " 1.8.6 "
155+ version = " 1.8.7 "
156156 resource_group_id = module. resource_group . resource_group_id
157157 region = local. scc_instance_region
158158 instance_name = local. scc_instance_name
@@ -217,7 +217,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {}
217217
218218module "create_profile_attachment" {
219219 source = " terraform-ibm-modules/scc/ibm//modules/attachment"
220- version = " 1.8.6 "
220+ version = " 1.8.7 "
221221 for_each = {
222222 for idx , profile_attachment in var . profile_attachments :
223223 profile_attachment = > idx
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ module "cloud_monitoring" {
4646
4747module "event_notifications" {
4848 source = " terraform-ibm-modules/event-notifications/ibm"
49- version = " 1.10.10 "
49+ version = " 1.10.11 "
5050 resource_group_id = module. resource_group . resource_group_id
5151 name = " ${ var . prefix } -en"
5252 tags = var. resource_tags
You can’t perform that action at this time.
0 commit comments