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