From bddea2c9bd8dfa761f3855193fe75b220e016679 Mon Sep 17 00:00:00 2001 From: Sardorbek Imomaliev Date: Mon, 31 Jan 2022 23:33:23 +0700 Subject: [PATCH] Remove empty line comments in Terraform.gitignore --- Terraform.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index b1a7167f..6c34d496 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -13,7 +13,6 @@ crash.*.log # password, private keys, and other secrets. These should not be part of version # control as they are data points which are potentially sensitive and subject # to change depending on the environment. -# *.tfvars # Ignore override files as they are usually used to override resources locally and so @@ -24,7 +23,6 @@ override.tf.json *_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