Skip to content

Bearbobs/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform 101

useful configs and starter workflows for terraform

-> Avoid variables.tf to upload your credentials to git:

git update-index --assume-unchanged variables.tf

To undo and start tracking again :

git update-index --no-assume-unchanged variables.tf