File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
solutions/deploy/cpd-image-build Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# #############################################################################
44
55module  "roks_landing_zone"  {
6-   source            =  " git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone.git//patterns/roks-quickstart?ref=v6.6.1 " 
6+   source            =  " git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone.git//patterns/roks-quickstart?ref=v7.4.3 " 
77  ibmcloud_api_key  =   var. ibmcloud_api_key 
88  prefix            =   var. prefix 
99  region            =   var. region 
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ resource "ibm_cr_namespace" "cr_namespace" {
5858# #############################################################################
5959module  "code_engine"  {
6060  source               =  " terraform-ibm-modules/code-engine/ibm" 
61-   version              =  " 2.1.5 " 
61+   version              =  " 3.2.7 " 
6262  project_name         =   var. code_engine_project_id  ==  null  ?  local. code_engine_project_name  :  null 
6363  existing_project_id  =   var. code_engine_project_id 
6464  resource_group_id    =   local. resource_group_id 
@@ -76,7 +76,7 @@ module "code_engine" {
7676
7777module  "code_engine_build"  {
7878  source   =  " terraform-ibm-modules/code-engine/ibm//modules/build" 
79-   version  =  " 2.1.5 " 
79+   version  =  " 3.2.7 " 
8080
8181  name             =  " cpd-build" 
8282  project_id       =   module. code_engine . project_id 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments