Add tflint to hashi template

This commit is contained in:
Luc Perkins 2022-08-23 15:42:54 +03:00
parent 5db0e311e8
commit b2377c6844
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
2 changed files with 3 additions and 0 deletions

View file

@ -112,6 +112,7 @@ The sections below list what each template includes. In all cases, you're free t
- [levant] 0.3.1-dev - [levant] 0.3.1-dev
- [damon] - [damon]
- [Terragrunt] 0.37.0 - [Terragrunt] 0.37.0
- [tflint] 0.39.3
### [`haskell`](./haskell/) ### [`haskell`](./haskell/)
@ -294,6 +295,7 @@ All of the templates have only the root [flake](./flake.nix) as a flake input. T
[sbt]: https://www.scala-sbt.org [sbt]: https://www.scala-sbt.org
[terraform]: https://terraform.io [terraform]: https://terraform.io
[terragrunt]: https://terragrunt.gruntwork.io [terragrunt]: https://terragrunt.gruntwork.io
[tflint]: https://github.com/terraform-linters/tflint
[vault]: https://www.vaultproject.io [vault]: https://www.vaultproject.io
[virtualenv]: https://pypi.org/project/virtualenv [virtualenv]: https://pypi.org/project/virtualenv
[vulnix]: https://github.com/flyingcircusio/vulnix [vulnix]: https://github.com/flyingcircusio/vulnix

View file

@ -22,6 +22,7 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
packer packer
terraform terraform
tflint
nomad nomad
vault vault
nomad-autoscaler nomad-autoscaler