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 @@ -22,7 +22,7 @@ locals {
2222
2323module  "kp_all_inclusive"  {
2424  source                     =  " terraform-ibm-modules/kms-all-inclusive/ibm" 
25-   version                    =  " 5.1.10 " 
25+   version                    =  " 5.1.11 " 
2626  key_protect_instance_name  =  " ${ var . prefix } -kp-instance" 
2727  resource_group_id          =  . resource_group . resource_group_id 
2828  region                     =  . region 
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ module "kms" {
9595  }
9696  count                        =  . kms_encryption_enabled_boot_volume  &&  var. existing_boot_volume_kms_key_crn  ==  null ) ||  (var. kms_encryption_enabled_cluster  &&  var. existing_cluster_kms_key_crn  ==  null ) ?  1  :  0 
9797  source                       =  " terraform-ibm-modules/kms-all-inclusive/ibm" 
98-   version                      =  " 5.1.10 " 
98+   version                      =  " 5.1.11 " 
9999  create_key_protect_instance  =  false 
100100  region                       =  . cluster_kms_region 
101101  existing_kms_instance_crn    =  . existing_kms_instance_crn 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments