Browse Source

Update Terraform.gitignore

Added .tfvars file so for example AWS credentials aren't committed.
pull/2429/head
Chris S 7 years ago
parent
commit
b19efa92af
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Terraform.gitignore

+ 3
- 0
Terraform.gitignore View File

@@ -4,3 +4,6 @@

# Module directory
.terraform/

# Variable values for development
terraform.tfvars

Loading…
Cancel
Save