Tflint Alternatives
Similar projects and alternatives to tflint
-
checkov
Prevent cloud misconfigurations during build-time for Terraform, CloudFormation, Kubernetes, Serverless framework and other infrastructure-as-code-languages with Checkov by Bridgecrew.
-
tfsec
Security scanner for your Terraform code [Moved to: https://github.com/aquasecurity/tfsec] (by tfsec)
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
terratest
Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
-
-
-
terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
terraform-switcher
A command line tool to switch between different versions of terraform (install with homebrew and more)
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
pre-commit
A framework for managing and maintaining multi-language pre-commit hooks.
-
-
flow-pipeline
A set of tools and examples to run a flow-pipeline (sFlow, NetFlow)
-
terraform-docs
Generate documentation from Terraform modules in various output formats
-
pre-commit-terraform
pre-commit git hooks to take care of Terraform configurations 🇺🇦
-
serverless-application-model
AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications
-
terraformer
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
-
-
-
conftest
Write tests against structured configuration data using the Open Policy Agent Rego query language
-
-
cli
a lightweight, security focused, BDD test framework against terraform. (by terraform-compliance)
-
aws-cloudformation-coverage-roadmap
The AWS CloudFormation Public Coverage Roadmap
tflint reviews and mentions
-
Terraform Best Practices for Better Infrastructure Management
tflint – Terraform linter for errors that the plan can’t catch.
-
Terraform policy generator?
tflint
- How to avoid Terraform runtime/apply errors
- TFLint
-
Learn About Infrastructure as Code in 5 Minutes and Why You Should Use It
Errors in IaC files can be a serious problem if they are not detected prior to deploying IaC definitions. Therefore, it is recommended to automatically and continuously scan IaC files, ensuring that verification occurs whenever an IaC definition is created or updated. You can do it using such tools as Checkov, TFLint, Accurics.
-
How To Use Terraform like a Pro: Part 1
Either use TFLint in your laptop or a CI/CD pipeline to validate both the structure and content of the Terraform configuration.
-
Bootstrapping a Startup on AWS with AWS Serverless and Go
workflow: variables: AWS_DEFAULT_REGION: "eu-west-1" WORKSPACE: "dev" TF_ENVIRONMENT: "terraform" stages: - terraform-apply terraform-apply: image: google/cloud-sdk:slim stage: terraform-apply before_script: - apt-get install -y unzip make jq - curl https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip --output /tmp/terraform.zip - unzip /tmp/terraform.zip -d /tmp - chmod +x /tmp/terraform - mv /tmp/terraform /usr/local/bin/ - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip" -o "awscliv2.zip" - unzip -q awscliv2.zip - ./aws/install - aws sts get-caller-identity - curl --location "https://github.com/aws/aws-sam-cli/releases/download/v1.18.1/aws-sam-cli-linux-x86_64.zip" -o "awssamcli.zip" - unzip -q awssamcli.zip - ./install - sam --version - curl --location https://github.com/terraform-linters/tflint/releases/download/v0.21.0/tflint_linux_amd64.zip -o /tmp/tflint.zip - unzip /tmp/tflint.zip -d /tmp - chmod +x /tmp/tflint - mv /tmp/tflint /usr/local/bin/ script: - echo yes | make tf-apply
-
Terraforming in 2021 – new features, testing and compliance
TFLint comes to the rescue. Being yet another open source tool written in go, it comes as a binary much like terraform and does not even require terraform to be installed.
-
Terraform v15.0 with AWS (EKS deployment)
· Provision an EKS Cluster (AWS) · Terraform v15.0 · Terraform Registry · Pre-Commit · Terraform Pre-commit · Terraform-docs · Tflint · Tfsec
-
Terraform validate or plan
And maybe add Tflint checks too
Stats
terraform-linters/tflint is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.