diff options
author | Deepak <iapain@gmail.com> | 2022-02-10 23:11:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 23:11:32 +0100 |
commit | a4a6c5c9c2fb0e7d309586877ac15fc8d09332bf (patch) | |
tree | 5c14e54abaa888ee7545467432d65e5c25d55b24 | |
parent | 8ea9c647018521ab2a9c78d630a2fb6579e16d37 (diff) | |
download | gitignore-a4a6c5c9c2fb0e7d309586877ac15fc8d09332bf.tar.gz gitignore-a4a6c5c9c2fb0e7d309586877ac15fc8d09332bf.zip |
feat(terraform): adds tfvars.json to gitignore
-rw-r--r-- | Terraform.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Terraform.gitignore b/Terraform.gitignore index b1a7167f..9b27a360 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -15,6 +15,7 @@ crash.*.log # to change depending on the environment. # *.tfvars +*.tfvars.json # Ignore override files as they are usually used to override resources locally and so # are not checked in |