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 +4
-4
lines changed
tests/resources/existing-resources Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Currently this solution does not support attaching the Workload Protection insta
2828| <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.8.5 |
2929| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.5 |
3030| <a name =" module_scc " ></a > [ scc] ( #module\_ scc ) | terraform-ibm-modules/scc/ibm | 1.2.0 |
31- | <a name =" module_scc_wp " ></a > [ scc\_ wp] ( #module\_ scc\_ wp ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.2.1 |
31+ | <a name =" module_scc_wp " ></a > [ scc\_ wp] ( #module\_ scc\_ wp ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.3.0 |
3232
3333### Resources
3434
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ module "scc" {
138138module "scc_wp" {
139139 count = var. provision_scc_workload_protection ? 1 : 0
140140 source = " terraform-ibm-modules/scc-workload-protection/ibm"
141- version = " 1.2.1 "
141+ version = " 1.3.0 "
142142 name = var. scc_wp_instance_name
143143 region = var. scc_region
144144 resource_group_id = module. resource_group . resource_group_id
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 = " 2.12.1 "
35+ version = " 2.12.2 "
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.2.2 "
49+ version = " 1.2.3 "
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