Skip to content

Commit 77ba870

Browse files
fix(deps): update terraform terraform-ibm-modules/cbr/ibm to v1.31.0 (#23)
1 parent a8aec92 commit 77ba870

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ You need the following permissions to run this module.
152152

153153
| Name | Source | Version |
154154
|------|--------|---------|
155-
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.29.0 |
155+
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.31.0 |
156156

157157
### Resources
158158

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module "cloud_monitoring" {
5252

5353
module "cbr_schematics_zone" {
5454
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
55-
version = "1.29.0"
55+
version = "1.31.0"
5656
name = "${var.prefix}-schematics-network-zone"
5757
zone_description = "CBR Network zone containing Schematics"
5858
account_id = module.cloud_monitoring.account_id

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ locals {
5555
module "cbr_rule" {
5656
count = length(var.cbr_rules)
5757
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
58-
version = "1.29.0"
58+
version = "1.31.0"
5959
rule_description = var.cbr_rules[count.index].description
6060
enforcement_mode = var.cbr_rules[count.index].enforcement_mode
6161
rule_contexts = var.cbr_rules[count.index].rule_contexts

0 commit comments

Comments
 (0)