Add tflint to hashi template
This commit is contained in:
parent
5db0e311e8
commit
b2377c6844
|
@ -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
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
packer
|
packer
|
||||||
terraform
|
terraform
|
||||||
|
tflint
|
||||||
nomad
|
nomad
|
||||||
vault
|
vault
|
||||||
nomad-autoscaler
|
nomad-autoscaler
|
||||||
|
|
Loading…
Reference in a new issue