File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
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.32.2 |
78+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.32.3 |
7979| <a name =" module_kms_key_crn_parser " ></a > [ kms\_ key\_ crn\_ parser] ( #module\_ kms\_ key\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.2.0 |
8080| <a name =" module_secrets " ></a > [ secrets] ( #module\_ secrets ) | ./modules/secrets | n/a |
8181
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This examples handles the provisioning of a new Secrets Manager instance.
1515
1616| Name | Source | Version |
1717| ------| --------| ---------|
18- | <a name =" module_event_notification " ></a > [ event\_ notification] ( #module\_ event\_ notification ) | terraform-ibm-modules/event-notifications/ibm | 2.4.12 |
18+ | <a name =" module_event_notification " ></a > [ event\_ notification] ( #module\_ event\_ notification ) | terraform-ibm-modules/event-notifications/ibm | 2.4.16 |
1919| <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/kms-all-inclusive/ibm | 5.1.9 |
2020| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.2.1 |
2121| <a name =" module_secrets_manager " ></a > [ secrets\_ manager] ( #module\_ secrets\_ manager ) | ../.. | n/a |
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module "key_protect" {
2727
2828module "event_notification" {
2929 source = " terraform-ibm-modules/event-notifications/ibm"
30- version = " 2.4.12 "
30+ version = " 2.4.16 "
3131 resource_group_id = module. resource_group . resource_group_id
3232 name = " ${ var . prefix } -en"
3333 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.32.2 "
33+ version = " 1.32.3 "
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 = " 2.4.12 "
45+ version = " 2.4.16 "
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 @@ -163,7 +163,7 @@ locals {
163163module "cbr_rule" {
164164 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
165165 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
166- version = " 1.32.2 "
166+ version = " 1.32.3 "
167167 rule_description = var. cbr_rules [count . index ]. description
168168 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
169169 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 = " 2.4.12 "
19+ version = " 2.4.16 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 name = " ${ var . prefix } -en"
2222 tags = var. resource_tags
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "resource_group" {
1717module "secrets_manager" {
1818 count = var. provision_secrets_manager == true ? 1 : 0
1919 source = " terraform-ibm-modules/secrets-manager/ibm"
20- version = " 2.6.7 " # Replace "X.X.X" with a release version to lock into a specific release
20+ version = " 2.6.8 " # Replace "X.X.X" with a release version to lock into a specific release
2121 resource_group_id = module. resource_group . resource_group_id
2222 region = var. region
2323 secrets_manager_name = " ${ var . prefix } -tsm"
You can’t perform that action at this time.
0 commit comments