File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/complete-private Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ You need the following permissions to run this module.
70
70
71
71
| Name | Source | Version |
72
72
| ------| --------| ---------|
73
- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.18.0 |
73
+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.18.1 |
74
74
75
75
### Resources
76
76
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ resource "ibm_is_vpc" "example_vpc" {
27
27
# #############################################################################
28
28
module "cbr_zone" {
29
29
source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
30
- version = " 1.18.0 "
30
+ version = " 1.18.1 "
31
31
name = " ${ var . prefix } -VPC-network-zone"
32
32
zone_description = " CBR Network zone representing VPC"
33
33
account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ locals {
77
77
module "cbr_rule" {
78
78
count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
79
79
source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
80
- version = " 1.18.0 "
80
+ version = " 1.18.1 "
81
81
rule_description = var. cbr_rules [count . index ]. description
82
82
enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
83
83
rule_contexts = var. cbr_rules [count . index ]. rule_contexts
You can’t perform that action at this time.
0 commit comments