File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ locals {
2222            [
2323              " terragrunt-atlantis-config" 
2424              " generate" 
25-               format (" --output %s " . terragrunt_atlantis_config . output ),
26-               repo . terragrunt_atlantis_config . filter  !=  null  ?  format (" --filter %s " . terragrunt_atlantis_config . filter ) :  null ,
25+               format (" --output \" %s \" " . terragrunt_atlantis_config . output ),
26+               repo . terragrunt_atlantis_config . filter  !=  null  ?  format (" --filter \" %s \" " . terragrunt_atlantis_config . filter ) :  null ,
2727              repo . terragrunt_atlantis_config . parallel  !=  null  ?  format (" --parallel=%s" . terragrunt_atlantis_config . parallel ) :  null ,
2828              repo . terragrunt_atlantis_config . autoplan  !=  null  ?  format (" --autoplan=%s" . terragrunt_atlantis_config . autoplan ) :  null ,
2929              repo . terragrunt_atlantis_config . automerge  !=  null  ?  format (" --automerge=%s" . terragrunt_atlantis_config . automerge ) :  null ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments