File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ You need the following permissions to run this module.
152152
153153| Name | Source | Version |
154154| ------| --------| ---------|
155- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.33.5 |
155+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.33.6 |
156156
157157### Resources
158158
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module "resource_group" {
1616
1717module "cbr_schematics_zone" {
1818 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
19- version = " 1.33.5 "
19+ version = " 1.33.6 "
2020 name = " ${ var . prefix } -schematics-network-zone"
2121 zone_description = " CBR Network zone containing Schematics"
2222 account_id = module. cloud_monitoring . account_id
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ locals {
5555module "cbr_rule" {
5656 count = length (var. cbr_rules )
5757 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
58- version = " 1.33.5 "
58+ version = " 1.33.6 "
5959 rule_description = var. cbr_rules [count . index ]. description
6060 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
6161 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module "resource_group" {
1414
1515module "cloud_monitoring" {
1616 source = " terraform-ibm-modules/cloud-monitoring/ibm"
17- version = " 1.9.0 "
17+ version = " 1.9.1 "
1818 region = var. region
1919 resource_group_id = module. resource_group . resource_group_id
2020 resource_tags = var. resource_tags
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.25.3
66
77require (
88 github.com/stretchr/testify v1.11.1
9- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.14
9+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
296296github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
297297github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
298298github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
299- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.14 h1:glsxlvkJ3aEehvdWQi/g3sqDFA5XtJumwEieN+TfGzo =
300- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.14 /go.mod h1:o0c7STGyke4WOA45ddxNRMJu8JdPw07uICKMJQc1hNg =
299+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 h1:vTLAB97MQ45Hfla67pIWYnb/Z5YuEzRLjQ6WN4GHWgI =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
301301github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
302302github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
303303github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments