[PR #166] [MERGED] tools: add validiac #178

Closed
opened 2025-11-06 16:24:05 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shuaibiyy/awesome-tf/pull/166
Author: @sefi-infralight
Created: 4/26/2022
Status: Merged
Merged: 4/28/2022
Merged by: @chenrui333

Base: masterHead: validiac


📝 Commits (1)

  • 0ff8713 ValidIaC combines the best open-source tools to help ensure Terraform best practices, hygiene & security.

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

ValidIaC is a new open-source tool that combines several open-source projects and tools to allow developers to check their Terraform HCL (stay tuned for more IaC tools in the near future) code without changing context and from within the same workflow. ValidIaC integrates four popular tools for Terraform to bring the combined value of each tool:

Lint - tflint, A Pluggable Terraform Linter that finds possible errors (like illegal instance types) and warns about deprecated syntax and unused declarations
Security - tfsec uses static analysis of your Terraform templates to spot potential security issues.
Cost - infracost, shows cloud cost estimates for Terraform, before making changes to the cloud.
Mapping - inframap reads your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant.

ValidIaC makes it possible to leverage the power of four tools in a single place, at any time, directly from your browser to provide DevOps, SRE, and Cloud teams with peace of mind when deploying and managing Terraform blueprints.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shuaibiyy/awesome-tf/pull/166 **Author:** [@sefi-infralight](https://github.com/sefi-infralight) **Created:** 4/26/2022 **Status:** ✅ Merged **Merged:** 4/28/2022 **Merged by:** [@chenrui333](https://github.com/chenrui333) **Base:** `master` ← **Head:** `validiac` --- ### 📝 Commits (1) - [`0ff8713`](https://github.com/shuaibiyy/awesome-tf/commit/0ff8713cea96927191e67b94617c52ff5ea28682) ValidIaC combines the best open-source tools to help ensure Terraform best practices, hygiene & security. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ValidIaC is a new open-source tool that combines several open-source projects and tools to allow developers to check their Terraform HCL (stay tuned for more IaC tools in the near future) code without changing context and from within the same workflow. ValidIaC integrates four popular tools for Terraform to bring the combined value of each tool: Lint - tflint, A Pluggable Terraform Linter that finds possible errors (like illegal instance types) and warns about deprecated syntax and unused declarations Security - tfsec uses static analysis of your Terraform templates to spot potential security issues. Cost - infracost, shows cloud cost estimates for Terraform, before making changes to the cloud. Mapping - inframap reads your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant. ValidIaC makes it possible to leverage the power of four tools in a single place, at any time, directly from your browser to provide DevOps, SRE, and Cloud teams with peace of mind when deploying and managing Terraform blueprints. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 16:24:05 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-tf#178