Commit graph

117 commits

Author SHA1 Message Date
nkazarian-spokeo
077c423cc5
fix: make terraform_tfsec.sh executable (#140) 2020-09-01 20:45:36 +02:00
Anton Babenko
c8c25ec064 Updated CHANGELOG 2020-09-01 10:09:26 +02:00
nkazarian-spokeo
108c75f979
feat: have option for terraform_tfsec hook to only run in relevant modified directories (#135) 2020-09-01 10:07:08 +02:00
Anton Babenko
266906591c Updated CHANGELOG 2020-08-28 09:03:59 +02:00
Robin Bowes
6c77a6cdc9
fix: Squash terraform_docs bug (#138) 2020-08-28 09:03:38 +02:00
Anton Babenko
861c1166f9 Updated CHANGELOG 2020-08-27 21:56:48 +02:00
Robin Bowes
1d8af371d4
chore: Use lib_getopt for all hooks and some style tweaks (#137) 2020-08-27 21:55:28 +02:00
Anton Babenko
0c5cbb380b Updated CHANGELOG 2020-08-27 11:58:35 +02:00
Robin Bowes
774c63e772
fix: Pass args and env vars to terraform validate (#125) 2020-08-27 11:57:45 +02:00
Khosrow Moossavi
994653c507
docs: Update terraform-docs link pointing to new organization (#130) 2020-08-19 12:06:55 +02:00
Anton Babenko
dafe42560a Updated CHANGELOG 2020-08-19 12:02:43 +02:00
Prahalad Ramji
f6caf2195a
feat: add terragrunt validate hook (#134) 2020-08-19 12:01:42 +02:00
Anton Babenko
2e40ade8d0 Updated CHANGELOG 2020-05-27 10:36:23 +02:00
Anton Babenko
27e6369339 fix: Updated formatting in README (closes #113) 2020-05-27 10:35:26 +02:00
snolan-uturn
85ec8a49be
docs: Fixed the docs to use the latest config syntax(#106) 2020-04-29 22:06:02 +02:00
gchappell99
d174ca9514
docs: Added coreutils as requirements in README.md (#105) 2020-04-29 11:35:31 +02:00
Anton Babenko
750e16dec0 Updated CHANGELOG 2020-04-23 17:00:31 +02:00
Anton Babenko
5bd4e2e14b Updated pre-commit deps 2020-04-23 16:58:40 +02:00
Jon Proietti
2be8fe5453
feat: Support for TFSec (#103) 2020-04-23 16:56:33 +02:00
Anton Babenko
29fa14037b Updated CHANGELOG 2020-04-04 08:25:19 +02:00
Nick M
7694fb9b9a
fix: Change terraform_validate hook functionality for subdirectories with terraform files (#100)
* Update terraform_validate.sh:
-Change to the directory before running terraform validate to use the Terraform
 configuration for the appropriate working directory.

* Neglected to change the terraform validate call to use the default of the
current directory.

* Several changes to improve functionality:
- Switch to checking the path for '*.tf' instead of always checking the current
  directory.
- Try to find a '.terraform' directory (which indicates a `terraform init`) and
  change to that directory before running `terraform validate`.

* Fix the description for the terraform_validate hook to reflect changes that were
made in:
35e0356188

* - Clean up comments.
- Adjust variable names to better reflect what they are holding.
2020-04-04 08:17:25 +02:00
Anton Babenko
8cbcd8ea2b Updated CHANGELOG 2020-04-04 07:55:25 +02:00
Sergei Ivanov
b0d4a68b89
Allow passing multiple args to terraform-docs (#98) 2020-04-04 07:55:01 +02:00
Maksym Vlasov
800756d895
Update installation instructions (#79)
- Fix package name misspell
- TFlint migrate to another organization
2020-03-18 15:33:35 +01:00
Anton Babenko
0a75b5bafe Updated CHANGELOG 2020-03-02 15:49:27 +01:00
Martin Coxall
e402c03b6a
corrected tflint documentation (#95) 2020-03-02 15:48:53 +01:00
Anton Babenko
e321ff1b9c Updated CHANGELOG 2020-02-21 13:48:05 +01:00
Anton Babenko
59e48e4f04 Updated pre-commit-hooks 2020-02-21 13:47:52 +01:00
Anton Babenko
2ebb28ad16
Fixed exit code for terraform 0.11 branch in terraform_docs (#94) 2020-02-21 13:47:04 +01:00
Anton Babenko
7f7ce9eebb Updated CHANGELOG 2020-01-30 11:18:50 +01:00
Robson Roberto Souza Peixoto
e990429660
Fixed tflint hook to iterate over files (#77) 2020-01-30 11:18:01 +01:00
Anton Babenko
47346044cb Updated CHANGELOG 2020-01-21 11:54:31 +01:00
Anton Babenko
1e5b3af0d2
Added shfmt to autoformat shell scripts (#86) 2020-01-21 11:54:13 +01:00
Anton Babenko
07730a425a Updated CHANGELOG 2020-01-21 11:20:16 +01:00
Konstantin Kirpichnikov
b99e3500e1 Added support for terraform-docs 0.8.0 with proper support for Terraform 0.12 syntax (bye-bye awk) (#85) 2020-01-21 11:19:46 +01:00
Anton Babenko
9fd71e3934 Updated CHANGELOG 2020-01-13 11:41:09 +01:00
Thierno IB. BARRY
76969eab80 move terraform-docs args after markdown command (#83) 2020-01-13 11:40:35 +01:00
Anton Babenko
26ab873aa6 Updated CHANGELOG 2019-11-16 19:37:56 +01:00
chopped pork
8bddc8b81c use getopt for args in the tflint hook, following the approach in terraform-docs (#75) 2019-11-16 19:37:23 +01:00
Anton Babenko
cbf245833b Updated CHANGELOG 2019-11-02 12:16:31 +01:00
cytopia
6ffc42a4b5 Fixes #65: terraform-docs should not fail if complex types contain 'description' keyword (#73) 2019-11-02 12:15:33 +01:00
Anton Babenko
657ce4ecf0 Added FUNDING.yml 2019-11-01 10:09:04 +01:00
Maksym Vlasov
eec9c884a1 Improve installation instructions and make README more readable (#72) 2019-10-17 13:50:16 +02:00
Dave Gallant
a7b730a20b Update rev in README.md (#70)
Updating the version in the README.

In order for `terraform_tflint`, the rev must be at least `v1.19.0`.
2019-10-12 11:39:06 +02:00
Anton Babenko
c823172b84 Updated CHANGELOG 2019-08-20 21:34:52 +02:00
Anton Babenko
d5640fd4dc Updated README with terraform_tflint hook 2019-08-20 21:34:42 +02:00
Costin GALAN
e0d3d61422 Added support for TFLint with --deep parameter (#53)
Added support for TFLint (https://github.com/wata727/tflint).

Signed-off-by: Costin Galan <costin.galan@mambu.com>
2019-08-20 21:31:28 +02:00
Anton Babenko
dc8cf48441 Updated CHANGELOG 2019-08-20 21:17:41 +02:00
Anton Babenko
7eb805fb0e Updated README with terragrunt_fmt hook 2019-08-20 21:16:30 +02:00
Scott Crooks
d8dfc2c034 Formatter for Terragrunt HCL files (#60)
* Formatter for Terragrunt HCL files

* Adding Terragrunt documentation
2019-08-20 20:38:40 +02:00