File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 6 files changed +8
-8
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.2 |
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 |
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 @@ -21,7 +21,7 @@ locals {
2121
2222module "key_protect_all_inclusive" {
2323 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
24- version = " 5.1.9 "
24+ version = " 5.1.10 "
2525 resource_group_id = module. resource_group . resource_group_id
2626 # Note: Database instance and Key Protect must be created in the same region when using BYOK
2727 # See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
@@ -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.2 "
78+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.32.3 "
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.2 "
42+ version = " 1.32.3 "
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.2 "
311+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-rule-module?ref=v1.32.3 "
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 @@ -32,7 +32,7 @@ module "kms" {
3232 }
3333 count = local. create_new_kms_key ? 1 : 0
3434 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
35- version = " 5.1.9 "
35+ version = " 5.1.10 "
3636 create_key_protect_instance = false
3737 region = local. kms_region
3838 existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -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.7 "
397+ version = " 2.6.9 "
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.0 "
7+ version = " 1.80.3 "
88 }
99 time = {
1010 source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments