Skip to content

Releases: devops-infra/action-tflint

v0.3

05 Jul 20:14
cb3ac7c
Compare
Choose a tag to compare

Synced versioning across organization.

Update for TFLint 0.23.1

20 Jan 16:33
52e94ce
Compare
Choose a tag to compare

New .tflint.hcl configuration is needed.
plugin "aws" {} was separated for example.

Fixed for Terraform 0.13.3

01 Oct 13:27
404550c
Compare
Choose a tag to compare

Updated for Terraform 0.13.3

First release

09 Sep 12:16
e880d5a
Compare
Choose a tag to compare

GitHub Action linting Terraform files

GitHub Action that will run TFlint on Terraform files.

Dockerized as devopsinfra/action-tflint.

Container is a stripped down image of my other creation - devops-infra/docker-terragrunt - framework for managing Infrastructure-as-a-Code.

So it's main use will be everywhere where Terraform is used and is great for statically or actively checking modules' sources.

Main action is using wata727's TFLint.