This repository was archived by the owner on Mar 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-8
lines changed
tests/resources/existing-resources/instances Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 352352 ],
353353 "id" : " 95fccffc-ae3b-42df-b6d9-80be5914d852-global" ,
354354 "name" : " deploy-arch-ibm-slz-ocp" ,
355- "version" : " >=v3.0.0"
355+ "version" : " >=v3.0.0" ,
356+ "optional" : true
357+ },
358+ {
359+ "flavors" : [
360+ " instances"
361+ ],
362+ "catalog_id" : " 7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3" ,
363+ "id" : " 9423f9bc-1290-4c71-a9ac-01898bfa7ccc-global" ,
364+ "name" : " deploy-arch-ibm-scc" ,
365+ "version" : " >=v1.0.0" ,
366+ "optional" : true
356367 }
357368 ],
358369 "configuration" : [
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ This solution supports provisioning and configuring the following infrastructure
2525
2626| Name | Source | Version |
2727| ------| --------| ---------|
28- | <a name =" module_cos " ></a > [ cos] ( #module\_ cos ) | terraform-ibm-modules/cos/ibm//modules/fscloud | 8.11.10 |
28+ | <a name =" module_cos " ></a > [ cos] ( #module\_ cos ) | terraform-ibm-modules/cos/ibm//modules/fscloud | 8.11.11 |
2929| <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.8.9 |
30- | <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.15.12 |
30+ | <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 |
3232| <a name =" module_scc " ></a > [ scc] ( #module\_ scc ) | terraform-ibm-modules/scc/ibm | 1.8.9 |
3333| <a name =" module_scc_wp " ></a > [ scc\_ wp] ( #module\_ scc\_ wp ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.3.1 |
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module "kms" {
4747 }
4848 count = var. existing_scc_cos_kms_key_crn != null || var. existing_scc_cos_bucket_name != null ? 0 : 1 # no need to create any KMS resources if passing an existing key, or bucket
4949 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
50- version = " 4.15.12 "
50+ version = " 4.15.13 "
5151 create_key_protect_instance = false
5252 region = local. kms_region
5353 existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -88,7 +88,7 @@ module "cos" {
8888 }
8989 count = var. existing_scc_cos_bucket_name == null ? 1 : 0 # no need to call COS module if consumer is passing existing COS bucket
9090 source = " terraform-ibm-modules/cos/ibm//modules/fscloud"
91- version = " 8.11.10 "
91+ version = " 8.11.11 "
9292 resource_group_id = module. resource_group . resource_group_id
9393 create_cos_instance = var. existing_cos_instance_crn == null ? true : false # don't create instance if existing one passed in
9494 cos_instance_name = local. cos_instance_name
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module "resource_group" {
1616
1717module "cos" {
1818 source = " terraform-ibm-modules/cos/ibm"
19- version = " 8.11.10 "
19+ version = " 8.11.11 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 region = var. region
2222 cos_instance_name = " ${ var . prefix } -cos"
@@ -32,7 +32,7 @@ module "cos" {
3232
3333module "cloud_monitoring" {
3434 source = " terraform-ibm-modules/observability-instances/ibm//modules/cloud_monitoring"
35- version = " 2.17 .0"
35+ version = " 2.18 .0"
3636 resource_group_id = module. resource_group . resource_group_id
3737 region = var. region
3838 instance_name = " ${ var . prefix } -mon"
@@ -46,7 +46,7 @@ module "cloud_monitoring" {
4646
4747module "event_notifications" {
4848 source = " terraform-ibm-modules/event-notifications/ibm"
49- version = " 1.10.12 "
49+ version = " 1.10.14 "
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