Change-Id: Iae2ce3783bc2632b265641e286b4145373c7a226 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8478 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
		
			
				
	
	
		
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			167 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			167 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: variable
 | |
| # uuid: variable
 | |
| # key: var
 | |
| # condition: t
 | |
| # --
 | |
| variable "${1:name}" {
 | |
|   type = ${2:string}
 | |
|   ${3:default = ${4:default}}
 | |
| }
 | |
| $0 |