From 8300d885653868b94e134e1950dea52b983e2cef Mon Sep 17 00:00:00 2001 From: Loo Zheng Yuan Date: Sun, 5 Apr 2020 00:32:17 +0800 Subject: [PATCH] Ignore Terraform CLI configuration files (#3359) --- Terraform.gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5