File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This solution supports provisioning and configuring the following infrastructure
4747| <a name =" module_existing_cos_crn_parser " ></a > [ existing\_ cos\_ crn\_ parser] ( #module\_ existing\_ cos\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
4848| <a name =" module_existing_kms_instance_crn_parser " ></a > [ existing\_ kms\_ instance\_ crn\_ parser] ( #module\_ existing\_ kms\_ instance\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
4949| <a name =" module_existing_kms_key_crn_parser " ></a > [ existing\_ kms\_ key\_ crn\_ parser] ( #module\_ existing\_ kms\_ key\_ crn\_ parser ) | terraform-ibm-modules/common-utilities/ibm//modules/crn-parser | 1.1.0 |
50- | <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 5.1.4 |
50+ | <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-ibm-modules/kms-all-inclusive/ibm | 5.1.5 |
5151| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.2.0 |
5252| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | ../../ | n/a |
5353| <a name =" module_vpe_gateway " ></a > [ vpe\_ gateway] ( #module\_ vpe\_ gateway ) | terraform-ibm-modules/vpe-gateway/ibm | 4.5.0 |
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ module "kms" {
163163 }
164164 count = local. create_kms_key ? 1 : 0 # no need to create any KMS resources if not passing an existing KMS CRN or existing KMS key CRN is provided
165165 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
166- version = " 5.1.4 "
166+ version = " 5.1.5 "
167167 create_key_protect_instance = false
168168 region = local. kms_region
169169 existing_kms_instance_crn = var. existing_kms_instance_crn
You can’t perform that action at this time.
0 commit comments