9 lines
		
	
	
	
		
			81 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			81 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
|   | init: | ||
|  | 	@tofu init | ||
|  | 
 | ||
|  | plan: | ||
|  | 	@tofu plan -out tfplan | ||
|  | 
 | ||
|  | apply:plan | ||
|  | 	@tofu apply tfplan |