File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.29 .0 |
155+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.31 .0 |
156156
157157### Resources
158158
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ module "cloud_monitoring" {
5252
5353module "cbr_schematics_zone" {
5454 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
55- version = " 1.29 .0"
55+ version = " 1.31 .0"
5656 name = " ${ var . prefix } -schematics-network-zone"
5757 zone_description = " CBR Network zone containing Schematics"
5858 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.29 .0"
58+ version = " 1.31 .0"
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
You can’t perform that action at this time.
0 commit comments