File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ Optionally, you need the following permissions to attach Access Management tags
250250| <a name="module_attach_sg_to_lb"></a> [attach\_sg\_to\_lb](#module\_attach\_sg\_to\_lb) | terraform-ibm-modules/security-group/ibm | 2.7.0 |
251251| <a name="module_attach_sg_to_master_vpe"></a> [attach\_sg\_to\_master\_vpe](#module\_attach\_sg\_to\_master\_vpe) | terraform-ibm-modules/security-group/ibm | 2.7.0 |
252252| <a name="module_attach_sg_to_registry_vpe"></a> [attach\_sg\_to\_registry\_vpe](#module\_attach\_sg\_to\_registry\_vpe) | terraform-ibm-modules/security-group/ibm | 2.7.0 |
253- | <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.32.3 |
253+ | <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.32.4 |
254254| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.21.25 |
255255| <a name="module_existing_secrets_manager_instance_parser"></a> [existing\_secrets\_manager\_instance\_parser](#module\_existing\_secrets\_manager\_instance\_parser) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.2.0 |
256256
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
112112
113113module "cbr_vpc_zone" {
114114 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
115- version = " 1.32.3 "
115+ version = " 1.32.4 "
116116 name = " ${ var . prefix } -VPC-network-zone"
117117 zone_description = " CBR Network zone representing VPC"
118118 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
@@ -124,7 +124,7 @@ module "cbr_vpc_zone" {
124124
125125module "cbr_zone_schematics" {
126126 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
127- version = " 1.32.3 "
127+ version = " 1.32.4 "
128128 name = " ${ var . prefix } -schematics-zone"
129129 zone_description = " CBR Network zone containing Schematics"
130130 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
@@ -139,7 +139,7 @@ module "cbr_zone_schematics" {
139139
140140module "cbr_rules" {
141141 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
142- version = " 1.32.3 "
142+ version = " 1.32.4 "
143143 rule_description = " ${ var . prefix } rule for vpc flow log access to cos"
144144 enforcement_mode = " enabled"
145145 resources = [{
Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ locals {
688688module "cbr_rule" {
689689 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
690690 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
691- version = " 1.32.3 "
691+ version = " 1.32.4 "
692692 rule_description = var. cbr_rules [count . index ]. description
693693 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
694694 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
You can’t perform that action at this time.
0 commit comments