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.19 .1 |
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.20 .1 |
6868
6969### Resources
7070
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
6565# #############################################################################
6666
6767module "cbr_zone" {
68- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.19 .1"
68+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.20 .1"
6969 name = " ${ var . prefix } -VPC-network-zone"
7070 zone_description = " CBR Network zone representing VPC"
7171 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.19 .1"
42+ version = " 1.20 .1"
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 @@ -141,7 +141,7 @@ resource "ibm_resource_tag" "rabbitmq_tag" {
141141# #############################################################################
142142module "cbr_rule" {
143143 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
144- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.19 .1"
144+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.20 .1"
145145 rule_description = var. cbr_rules [count . index ]. description
146146 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
147147 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
You can’t perform that action at this time.
0 commit comments