File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
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.19.0 |
73
+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.19.1 |
74
74
75
75
### Resources
76
76
Original file line number Diff line number Diff line change 1
1
module "resource_group" {
2
2
source = " terraform-ibm-modules/resource-group/ibm"
3
- version = " 1.1.4 "
3
+ version = " 1.1.5 "
4
4
# if an existing resource group is not set (null) create a new one using prefix
5
5
resource_group_name = var. resource_group == null ? " ${ var . prefix } -resource-group" : null
6
6
existing_resource_group_name = var. resource_group
Original file line number Diff line number Diff line change 1
1
module "resource_group" {
2
2
source = " terraform-ibm-modules/resource-group/ibm"
3
- version = " 1.1.4 "
3
+ version = " 1.1.5 "
4
4
# if an existing resource group is not set (null) create a new one using prefix
5
5
resource_group_name = var. resource_group == null ? " ${ var . prefix } -resource-group" : null
6
6
existing_resource_group_name = var. resource_group
@@ -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.19.0 "
30
+ version = " 1.19.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 @@ -14,9 +14,9 @@ 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.0.4 |
18
- | <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/key-protect-all-inclusive/ibm | 4.7.0 |
19
- | <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.4 |
17
+ | <a name =" module_event_notification " ></a > [ event\_ notification] ( #module\_ event\_ notification ) | terraform-ibm-modules/event-notifications/ibm | 1.2.1 |
18
+ | <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/key-protect-all-inclusive/ibm | 4.8.3 |
19
+ | <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.5 |
20
20
| <a name =" module_secrets_manager " ></a > [ secrets\_ manager] ( #module\_ secrets\_ manager ) | ../.. | n/a |
21
21
22
22
### Resources
Original file line number Diff line number Diff line change 1
1
module "resource_group" {
2
2
source = " terraform-ibm-modules/resource-group/ibm"
3
- version = " 1.1.4 "
3
+ version = " 1.1.5 "
4
4
# if an existing resource group is not set (null) create a new one using prefix
5
5
resource_group_name = var. resource_group == null ? " ${ var . prefix } -resource-group" : null
6
6
existing_resource_group_name = var. resource_group
7
7
}
8
8
9
9
module "key_protect" {
10
10
source = " terraform-ibm-modules/key-protect-all-inclusive/ibm"
11
- version = " 4.7.0 "
11
+ version = " 4.8.3 "
12
12
key_protect_instance_name = " ${ var . prefix } -key-protect"
13
13
resource_group_id = module. resource_group . resource_group_id
14
14
region = var. region
@@ -26,7 +26,7 @@ module "key_protect" {
26
26
27
27
module "event_notification" {
28
28
source = " terraform-ibm-modules/event-notifications/ibm"
29
- version = " 1.0.4 "
29
+ version = " 1.2.1 "
30
30
resource_group_id = module. resource_group . resource_group_id
31
31
name = " ${ var . prefix } -en"
32
32
tags = var. resource_tags
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.19.0 "
80
+ version = " 1.19.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