File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ You need the following permissions to run this module.
5454
5555| Name | Source | Version |
5656| ------| --------| ---------|
57- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module | v1.15.1 |
57+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module | v1.17.0 |
5858
5959### Resources
6060
Original file line number Diff line number Diff line change 44
55module "resource_group" {
66 source = " terraform-ibm-modules/resource-group/ibm"
7- version = " 1.1.0 "
7+ version = " 1.1.4 "
88 # if an existing resource group is not set (null) create a new one using prefix
99 resource_group_name = var. resource_group == null ? " ${ var . prefix } -resource-group" : null
1010 existing_resource_group_name = var. resource_group
Original file line number Diff line number Diff line change 44
55module "resource_group" {
66 source = " terraform-ibm-modules/resource-group/ibm"
7- version = " 1.1.0 "
7+ version = " 1.1.4 "
88 # if an existing resource group is not set (null) create a new one using prefix
99 resource_group_name = var. resource_group == null ? " ${ var . prefix } -resource-group" : null
1010 existing_resource_group_name = var. resource_group
@@ -16,7 +16,7 @@ module "resource_group" {
1616
1717module "key_protect_all_inclusive" {
1818 source = " terraform-ibm-modules/key-protect-all-inclusive/ibm"
19- version = " 4.4.1 "
19+ version = " 4.4.2 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 # Note: Database instance and Key Protect must be created in the same region when using BYOK
2222 # See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
@@ -56,7 +56,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
5656# #############################################################################
5757
5858module "cbr_zone" {
59- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.15.1 "
59+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.17.0 "
6060 name = " ${ var . prefix } -VPC-network-zone"
6161 zone_description = " CBR Network zone representing VPC"
6262 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change 44
55module "resource_group" {
66 source = " terraform-ibm-modules/resource-group/ibm"
7- version = " 1.1.0 "
7+ version = " 1.1.4 "
88 # if an existing resource group is not set (null) create a new one using prefix
99 resource_group_name = var. resource_group == null ? " ${ var . prefix } -resource-group" : null
1010 existing_resource_group_name = var. resource_group
@@ -39,7 +39,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
3939# #############################################################################
4040module "cbr_zone" {
4141 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
42- version = " 1.15.1 "
42+ version = " 1.17.0 "
4343 name = " ${ var . prefix } -VPC-network-zone"
4444 zone_description = " CBR Network zone representing VPC"
4545 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ resource "ibm_resource_tag" "rabbitmq_tag" {
140140# #############################################################################
141141module "cbr_rule" {
142142 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
143- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.15.1 "
143+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.17.0 "
144144 rule_description = var. cbr_rules [count . index ]. description
145145 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
146146 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
You can’t perform that action at this time.
0 commit comments