mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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. ```
This commit is contained in:
parent
19f995d3b5
commit
87d459171a
1 changed files with 0 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -54,7 +54,6 @@ package-lock.json
|
|||
# infra
|
||||
.terraform
|
||||
.terraform.tfstate*
|
||||
.terraform.lock*
|
||||
terraform.tfstate*
|
||||
|
||||
# generated orbit installers and artifacts
|
||||
|
|
|
|||
Loading…
Reference in a new issue