From f1f53976fa99ababe51059c5bfb3dbdf219689a7 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Date: Thu, 14 Mar 2019 07:56:47 -0400 Subject: [PATCH] docs: update Terraform.gitignore (#2998) --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index a8935803..7a3e2fd0 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -24,3 +24,6 @@ override.tf.json # Include override files you do wish to add to version control using negated pattern # # !example_override.tf + +# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan +# example: *tfplan*