File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ You need the following permissions to run this module.
6565| Name | Source | Version |
6666| ------| --------| ---------|
6767| <a name =" module_backup_key_crn_parser " ></a > [ backup\_ key\_ crn\_ parser] ( #module\_ backup\_ key\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.2.0 |
68- | <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.32.3 |
68+ | <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.32.4 |
6969| <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 |
7070
7171### Resources
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
7575# #############################################################################
7676
7777module "cbr_zone" {
78- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.32.3 "
78+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.32.4 "
7979 name = " ${ var . prefix } -VPC-network-zone"
8080 zone_description = " CBR Network zone representing VPC"
8181 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -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.32.3 "
42+ version = " 1.32.4 "
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 @@ -308,7 +308,7 @@ resource "ibm_resource_tag" "rabbitmq_tag" {
308308# #############################################################################
309309module "cbr_rule" {
310310 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
311- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.32.3 "
311+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.32.4 "
312312 rule_description = var. cbr_rules [count . index ]. description
313313 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
314314 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ module "secrets_manager_service_credentials" {
394394 count = length (local. service_credential_secrets ) > 0 ? 1 : 0
395395 depends_on = [time_sleep . wait_for_rabbitmq_authorization_policy ]
396396 source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
397- version = " 2.6.10 "
397+ version = " 2.6.12 "
398398 existing_sm_instance_guid = local. existing_secrets_manager_instance_guid
399399 existing_sm_instance_region = local. existing_secrets_manager_instance_region
400400 endpoint_type = var. existing_secrets_manager_endpoint_type
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " 1.80.3 "
7+ version = " 1.80.4 "
88 }
99 time = {
1010 source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments