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.
7575
7676| Name | Source | Version |
7777| ------| --------| ---------|
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 |
7979| <a name =" module_secrets " ></a > [ secrets] ( #module\_ secrets ) | ./modules/secrets | n/a |
8080
8181### 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.
1414
1515| Name | Source | Version |
1616| ------| --------| ---------|
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 |
1818| <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.15.9 |
1919| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.6 |
2020| <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" {
2828
2929module "event_notification" {
3030 source = " terraform-ibm-modules/event-notifications/ibm"
31- version = " 1.10.5 "
31+ version = " 1.10.7 "
3232 resource_group_id = module. resource_group . resource_group_id
3333 name = " ${ var . prefix } -en"
3434 tags = var. resource_tags
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ resource "ibm_is_vpc" "vpc" {
3030# #############################################################################
3131module "cbr_zone" {
3232 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
33- version = " 1.24.0 "
33+ version = " 1.24.1 "
3434 name = " ${ var . prefix } -CBR-zone"
3535 zone_description = " CBR Network zone representing VPC"
3636 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
@@ -42,7 +42,7 @@ module "cbr_zone" {
4242
4343module "event_notification" {
4444 source = " terraform-ibm-modules/event-notifications/ibm"
45- version = " 1.10.5 "
45+ version = " 1.10.7 "
4646 resource_group_id = module. resource_group . resource_group_id
4747 name = " ${ var . prefix } -en"
4848 tags = var. resource_tags
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ locals {
9090module "cbr_rule" {
9191 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
9292 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
93- version = " 1.24.0 "
93+ version = " 1.24.1 "
9494 rule_description = var. cbr_rules [count . index ]. description
9595 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
9696 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" {
1616
1717module "event_notifications" {
1818 source = " terraform-ibm-modules/event-notifications/ibm"
19- version = " 1.10.5 "
19+ version = " 1.10.7 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 name = " ${ var . prefix } -en"
2222 tags = var. resource_tags
You can’t perform that action at this time.
0 commit comments