77
88module  "resource_group"  {
99  source                        =  " terraform-ibm-modules/resource-group/ibm" 
10-   version                       =  " 1.2.0 " 
10+   version                       =  " 1.2.1 " 
1111  existing_resource_group_name  =  . existing_resource_group_name 
1212}
1313
@@ -32,7 +32,7 @@ module "kms" {
3232  }
3333  count                        =  . create_new_kms_key  ?  1  :  0 
3434  source                       =  " terraform-ibm-modules/kms-all-inclusive/ibm" 
35-   version                      =  " 5.1.7 " 
35+   version                      =  " 5.1.9 " 
3636  create_key_protect_instance  =  false 
3737  region                       =  . kms_region 
3838  existing_kms_instance_crn    =  . existing_kms_instance_crn 
@@ -62,21 +62,21 @@ module "kms" {
6262module  "kms_instance_crn_parser"  {
6363  count    =  . existing_kms_instance_crn  !=  null  ?  1  :  0 
6464  source   =  " terraform-ibm-modules/common-utilities/ibm//modules/crn-parser" 
65-   version  =  " 1.1 .0" 
65+   version  =  " 1.2 .0" 
6666  crn      =  . existing_kms_instance_crn 
6767}
6868
6969module  "kms_key_crn_parser"  {
7070  count    =  . existing_kms_key_crn  !=  null  ?  1  :  0 
7171  source   =  " terraform-ibm-modules/common-utilities/ibm//modules/crn-parser" 
72-   version  =  " 1.1 .0" 
72+   version  =  " 1.2 .0" 
7373  crn      =  . existing_kms_key_crn 
7474}
7575
7676module  "kms_backup_key_crn_parser"  {
7777  count    =  . existing_backup_kms_key_crn  !=  null  ?  1  :  0 
7878  source   =  " terraform-ibm-modules/common-utilities/ibm//modules/crn-parser" 
79-   version  =  " 1.1 .0" 
79+   version  =  " 1.2 .0" 
8080  crn      =  . existing_backup_kms_key_crn 
8181}
8282
@@ -239,7 +239,7 @@ locals {
239239module  "postgresql_instance_crn_parser"  {
240240  count    =  . existing_postgresql_instance_crn  !=  null  ?  1  :  0 
241241  source   =  " terraform-ibm-modules/common-utilities/ibm//modules/crn-parser" 
242-   version  =  " 1.1 .0" 
242+   version  =  " 1.2 .0" 
243243  crn      =  . existing_postgresql_instance_crn 
244244}
245245
0 commit comments