File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
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.
7070
7171| Name | Source | Version |
7272| ------| --------| ---------|
73- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.18.1 |
73+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.19.0 |
7474
7575### Resources
7676
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ resource "ibm_is_vpc" "example_vpc" {
2727# #############################################################################
2828module "cbr_zone" {
2929 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
30- version = " 1.18.1 "
30+ version = " 1.19.0 "
3131 name = " ${ var . prefix } -VPC-network-zone"
3232 zone_description = " CBR Network zone representing VPC"
3333 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
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| Name | Source | Version |
1616| ------| --------| ---------|
1717| <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.6 .0 |
18+ | <a name =" module_key_protect " ></a > [ key\_ protect] ( #module\_ key\_ protect ) | terraform-ibm-modules/key-protect-all-inclusive/ibm | 4.7 .0 |
1919| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.1.4 |
2020| <a name =" module_secrets_manager " ></a > [ secrets\_ manager] ( #module\_ secrets\_ manager ) | ../.. | n/a |
2121
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module "resource_group" {
88
99module "key_protect" {
1010 source = " terraform-ibm-modules/key-protect-all-inclusive/ibm"
11- version = " 4.6 .0"
11+ version = " 4.7 .0"
1212 key_protect_instance_name = " ${ var . prefix } -key-protect"
1313 resource_group_id = module. resource_group . resource_group_id
1414 region = var. region
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ locals {
7777module "cbr_rule" {
7878 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
7979 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
80- version = " 1.18.1 "
80+ version = " 1.19.0 "
8181 rule_description = var. cbr_rules [count . index ]. description
8282 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
8383 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
You can’t perform that action at this time.
0 commit comments