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 @@ -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.1.3 |
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.1.4 |
5959
6060## Resources
6161
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
7272# Create CBR Zone
7373# #############################################################################
7474module "cbr_zone" {
75- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.3 "
75+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.4 "
7676 name = " ${ var . prefix } -VPC-network-zone"
7777 zone_description = " CBR Network zone containing VPC"
7878 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ resource "ibm_database" "mongodb" {
9292
9393module "cbr_rule" {
9494 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
95- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.1.3 "
95+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.1.4 "
9696 rule_description = var. cbr_rules [count . index ]. description
9797 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
9898 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change 292292 "module_calls" : {
293293 "cbr_rule" : {
294294 "name" : " cbr_rule" ,
295- "source" : " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.1.3 " ,
295+ "source" : " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.1.4 " ,
296296 "attributes" : {
297297 "count" : " cbr_rules" ,
298298 "enforcement_mode" : " cbr_rules" ,
You can’t perform that action at this time.
0 commit comments