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:
Zachary Winnerman 2022-06-07 12:55:46 -04:00 committed by GitHub
parent 19f995d3b5
commit 87d459171a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -54,7 +54,6 @@ package-lock.json
# infra
.terraform
.terraform.tfstate*
.terraform.lock*
terraform.tfstate*
# generated orbit installers and artifacts