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 +8
-8
lines changed
tests/resources/existing-resources/instances Expand file tree Collapse file tree 3 files changed +8
-8
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.3 |
2929| <a name =" module_cos " ></a > [ cos] ( #module\_ cos ) | terraform-ibm-modules/cos/ibm//modules/fscloud | 8.19.3 |
30- | <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.10 .0 |
30+ | <a name =" module_create_profile_attachment " ></a > [ create\_ profile\_ attachment] ( #module\_ create\_ profile\_ attachment ) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.11 .0 |
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 |
36- | <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.19.8 |
36+ | <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.10 .0 |
38+ | <a name =" module_scc " ></a > [ scc] ( #module\_ scc ) | terraform-ibm-modules/scc/ibm | 1.11 .0 |
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 @@ -124,7 +124,7 @@ module "kms" {
124124 }
125125 count = local. use_kms_module ? 1 : 0 # no need to create any KMS resources if passing an existing key or bucket, or SCC instance
126126 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
127- version = " 4.19.8 "
127+ version = " 4.20.0 "
128128 create_key_protect_instance = false
129129 region = local. kms_region
130130 existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -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.10 .0"
244+ version = " 1.11 .0"
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.10 .0"
312+ version = " 1.11 .0"
313313 for_each = {
314314 for idx , profile_attachment in var . profile_attachments :
315315 profile_attachment = > idx
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module "cos" {
3232
3333module "cloud_monitoring" {
3434 source = " terraform-ibm-modules/observability-instances/ibm//modules/cloud_monitoring"
35- version = " 3.4.2 "
35+ version = " 3.4.3 "
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.18.6 "
49+ version = " 1.18.7 "
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