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 @@ -53,7 +53,7 @@ You need the following permissions to run this module.
5353
5454| Name | Source | Version |
5555| ------| --------| ---------|
56- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module | v1.15.0 |
56+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module | v1.15.1 |
5757
5858### Resources
5959
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
5656# #############################################################################
5757
5858module "cbr_zone" {
59- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.15.0 "
59+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.15.1 "
6060 name = " ${ var . prefix } -VPC-network-zone"
6161 zone_description = " CBR Network zone representing VPC"
6262 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ resource "ibm_resource_tag" "rabbitmq_tag" {
142142# #############################################################################
143143module "cbr_rule" {
144144 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
145- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.15.0 "
145+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.15.1 "
146146 rule_description = var. cbr_rules [count . index ]. description
147147 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
148148 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
You can’t perform that action at this time.
0 commit comments