File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ You need the following permissions to run this module.
75
75
76
76
| Name | Source | Version |
77
77
| ------| --------| ---------|
78
- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.24.0 |
78
+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.24.1 |
79
79
| <a name =" module_secrets " ></a > [ secrets] ( #module\_ secrets ) | ./modules/secrets | n/a |
80
80
81
81
### Resources
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This examples handles the provisioning of a new Secrets Manager instance.
14
14
15
15
| Name | Source | Version |
16
16
| ------| --------| ---------|
17
- | <a name =" module_event_notification " ></a > [ event\_ notification] ( #module\_ event\_ notification ) | terraform-ibm-modules/event-notifications/ibm | 1.10.5 |
17
+ | <a name =" module_event_notification " ></a > [ event\_ notification] ( #module\_ event\_ notification ) | terraform-ibm-modules/event-notifications/ibm | 1.10.7 |
18
18
| <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.15.9 |
19
19
| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.6 |
20
20
| <a name =" module_secrets_manager " ></a > [ secrets\_ manager] ( #module\_ secrets\_ manager ) | ../.. | n/a |
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ module "key_protect" {
28
28
29
29
module "event_notification" {
30
30
source = " terraform-ibm-modules/event-notifications/ibm"
31
- version = " 1.10.5 "
31
+ version = " 1.10.7 "
32
32
resource_group_id = module. resource_group . resource_group_id
33
33
name = " ${ var . prefix } -en"
34
34
tags = var. resource_tags
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ resource "ibm_is_vpc" "vpc" {
30
30
# #############################################################################
31
31
module "cbr_zone" {
32
32
source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
33
- version = " 1.24.0 "
33
+ version = " 1.24.1 "
34
34
name = " ${ var . prefix } -CBR-zone"
35
35
zone_description = " CBR Network zone representing VPC"
36
36
account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
@@ -42,7 +42,7 @@ module "cbr_zone" {
42
42
43
43
module "event_notification" {
44
44
source = " terraform-ibm-modules/event-notifications/ibm"
45
- version = " 1.10.5 "
45
+ version = " 1.10.7 "
46
46
resource_group_id = module. resource_group . resource_group_id
47
47
name = " ${ var . prefix } -en"
48
48
tags = var. resource_tags
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ locals {
90
90
module "cbr_rule" {
91
91
count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
92
92
source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
93
- version = " 1.24.0 "
93
+ version = " 1.24.1 "
94
94
rule_description = var. cbr_rules [count . index ]. description
95
95
enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
96
96
rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module "resource_group" {
16
16
17
17
module "event_notifications" {
18
18
source = " terraform-ibm-modules/event-notifications/ibm"
19
- version = " 1.10.5 "
19
+ version = " 1.10.7 "
20
20
resource_group_id = module. resource_group . resource_group_id
21
21
name = " ${ var . prefix } -en"
22
22
tags = var. resource_tags
You can’t perform that action at this time.
0 commit comments