File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ You need the following permissions to run this module.
6464
6565| Name | Source | Version |
6666| ------| --------| ---------|
67- | <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.22.2 |
67+ | <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.23.0 |
6868
6969### Resources
7070
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
6767# #############################################################################
6868
6969module "cbr_zone" {
70- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.22.2 "
70+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.23.0 "
7171 name = " ${ var . prefix } -VPC-network-zone"
7272 zone_description = " CBR Network zone representing VPC"
7373 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
3939# #############################################################################
4040module "cbr_zone" {
4141 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
42- version = " 1.22.2 "
42+ version = " 1.23.0 "
4343 name = " ${ var . prefix } -VPC-network-zone"
4444 zone_description = " CBR Network zone representing VPC"
4545 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ resource "ibm_resource_tag" "rabbitmq_tag" {
186186# #############################################################################
187187module "cbr_rule" {
188188 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
189- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.22.2 "
189+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.23.0 "
190190 rule_description = var. cbr_rules [count . index ]. description
191191 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
192192 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
You can’t perform that action at this time.
0 commit comments