File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
terraform/modules/lambdas Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -418,13 +418,13 @@ resource "aws_lambda_function_url" "slow_api_lambda_function_url" {
418418}
419419
420420module  "lambda_warmer_main"  {
421-   source               =  " github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=b52f22e32c6c07af9b1b4750a226882aaccc769d" 
421+   source               =  " git::https:// github.com/acm-uiuc/terraform-modules.git/ /lambda-warmer?ref=b52f22e32c6c07af9b1b4750a226882aaccc769d" 
422422  function_to_warm     =   local. core_api_lambda_name 
423423  is_streaming_lambda  =  true 
424424}
425425
426426module  "lambda_warmer_slow"  {
427-   source               =  " github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=b52f22e32c6c07af9b1b4750a226882aaccc769d" 
427+   source               =  " git::https:// github.com/acm-uiuc/terraform-modules.git/ /lambda-warmer?ref=b52f22e32c6c07af9b1b4750a226882aaccc769d" 
428428  function_to_warm     =   local. core_api_slow_lambda_name 
429429  is_streaming_lambda  =  true 
430430}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments