mirror of
https://github.com/github/gitignore
synced 2024-11-25 13:14:21 +01:00
b19efa92af
Added .tfvars file so for example AWS credentials aren't committed.
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
# Compiled files
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
|
|
# Module directory
|
|
.terraform/
|
|
|
|
# Variable values for development
|
|
terraform.tfvars
|