Adding in ignore files
							parent
							
								
									def3f75846
								
							
						
					
					
						commit
						c4173509e2
					
				| 
						 | 
				
			
			@ -1,4 +1,7 @@
 | 
			
		|||
# ---> Packer
 | 
			
		||||
credentials.auto.tfvars
 | 
			
		||||
template-credential.pkr.hcl
 | 
			
		||||
 | 
			
		||||
# Cache objects
 | 
			
		||||
packer_cache/
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -6,9 +9,9 @@ packer_cache/
 | 
			
		|||
crash.log
 | 
			
		||||
 | 
			
		||||
# https://www.packer.io/guides/hcl/variables
 | 
			
		||||
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, 
 | 
			
		||||
# such as password, private keys, and other secrets. These should not be part of 
 | 
			
		||||
# version control as they are data points which are potentially sensitive and 
 | 
			
		||||
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
 | 
			
		||||
# such as password, private keys, and other secrets. These should not be part of
 | 
			
		||||
# version control as they are data points which are potentially sensitive and
 | 
			
		||||
# subject to change depending on the environment.
 | 
			
		||||
#
 | 
			
		||||
*.pkrvars.hcl
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue