diff options
author | Loo Zheng Yuan <loozhengyuan@users.noreply.github.com> | 2020-04-05 00:32:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 13:32:17 -0300 |
commit | 8300d885653868b94e134e1950dea52b983e2cef (patch) | |
tree | c86c0312f8db77251467e8a03f2c3c232d97d002 /Terraform.gitignore | |
parent | e607bdd855c03b8fef80782780f63c1d0c8865eb (diff) | |
download | gitignore-8300d885653868b94e134e1950dea52b983e2cef.tar.gz gitignore-8300d885653868b94e134e1950dea52b983e2cef.zip |
Ignore Terraform CLI configuration files (#3359)
Diffstat (limited to 'Terraform.gitignore')
-rw-r--r-- | Terraform.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Terraform.gitignore b/Terraform.gitignore index 7a3e2fd0..8778d48f 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -27,3 +27,7 @@ override.tf.json # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # example: *tfplan* + +# Ignore CLI configuration files +.terraformrc +terraform.rc |