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 @@ -63,7 +63,7 @@ You need the following permissions to run this module.
6363
6464| Name | Source | Version |
6565| ------| --------| ---------|
66- | <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.18.0 |
66+ | <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.18.1 |
6767
6868### Resources
6969
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.18.0 "
68+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.18.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.18.0 "
42+ version = " 1.18.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 @@ -140,7 +140,7 @@ resource "ibm_resource_tag" "rabbitmq_tag" {
140140# #############################################################################
141141module "cbr_rule" {
142142 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
143- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.18.0 "
143+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.18.1 "
144144 rule_description = var. cbr_rules [count . index ]. description
145145 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
146146 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
You can’t perform that action at this time.
0 commit comments