From 87d459171a66aefb2c7acc2b520d752da65fcdaa Mon Sep 17 00:00:00 2001 From: Zachary Winnerman <98712682+zwinnerman-fleetdm@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:55:46 -0400 Subject: [PATCH] Remove gitignore for terraform lock files (#6106) https://www.terraform.io/language/files/dependency-lock ``` You should include this file in your version control repository so that you can discuss potential changes to your external dependencies via code review, just as you would discuss potential changes to your configuration itself. ``` --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17d1d4edb3..35f97d21f0 100644 --- a/.gitignore +++ b/.gitignore @@ -54,7 +54,6 @@ package-lock.json # infra .terraform .terraform.tfstate* -.terraform.lock* terraform.tfstate* # generated orbit installers and artifacts