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 @@ locals {
4747
4848module  "key_protect_all_inclusive"  {
4949  source                     =  " terraform-ibm-modules/kms-all-inclusive/ibm" 
50-   version                    =  " 5.3.2 " 
50+   version                    =  " 5.3.3 " 
5151  resource_group_id          =  . resource_group . resource_group_id 
5252  key_protect_instance_name  =  " ${ var . prefix } -kms" 
5353  region                     =  . region 
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ resource "time_sleep" "wait_for_kms_cross_account_authorization_policy" {
116116module  "kms"  {
117117  count    =  . kms_encryption_enabled  &&  var. existing_kms_key_crn  ==  null  ?  1  :  0  #  no need to create any KMS resources if passing an existing key
118118  source   =  " terraform-ibm-modules/kms-all-inclusive/ibm" 
119-   version  =  " 5.3.2 " 
119+   version  =  " 5.3.3 " 
120120  providers  =  
121121    ibm =  ibm.kms
122122  }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments