File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ You need the following permissions to run this module.
5555
5656| Name | Source | Version |
5757| ------| --------| ---------|
58- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module | v1.2.0 |
58+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module | v1.2.1 |
5959
6060## Resources
6161
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
5252# Create CBR Zone
5353# #############################################################################
5454module "cbr_zone" {
55- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.2.0 "
55+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.2.1 "
5656 name = " ${ var . prefix } -VPC-network-zone"
5757 zone_description = " CBR Network zone containing VPC"
5858 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
3737# Create CBR Zone
3838# #############################################################################
3939module "cbr_zone" {
40- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.2.0 "
40+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.2.1 "
4141 name = " ${ var . prefix } -VPC-network-zone"
4242 zone_description = " CBR Network zone containing VPC"
4343 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ resource "ibm_resource_tag" "mongodb_tag" {
133133
134134module "cbr_rule" {
135135 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
136- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.2.0 "
136+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.2.1 "
137137 rule_description = var. cbr_rules [count . index ]. description
138138 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
139139 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change 518518 "module_calls" : {
519519 "cbr_rule" : {
520520 "name" : " cbr_rule" ,
521- "source" : " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.2.0 " ,
521+ "source" : " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.2.1 " ,
522522 "attributes" : {
523523 "count" : " cbr_rules" ,
524524 "enforcement_mode" : " cbr_rules" ,
You can’t perform that action at this time.
0 commit comments