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