Settings

Theme

List of most useful Terraform open-source tools

22 points by ohad1282 3 years ago · 3 comments · 1 min read


My list of most useful Terraform open-source tools:

"Reverse"/creating from existing cloud resources:

Terraformer: https://github.com/GoogleCloudPlatform/terraformer

Aztfy (Azure only): https://github.com/Azure/aztfy

Basic GitOps:

Atlantis - https://www.runatlantis.io/

DRY wrapper: Terragrunt: https://github.com/gruntwork-io/terragrunt

Policy as code: OPA: https://github.com/open-policy-agent/opa

Static code analysis: checkov: https://github.com/bridgecrewio/checkov

tfsec: https://github.com/aquasecurity/tfsec

terrascan: https://github.com/tenable/terrascan

kics: https://github.com/Checkmarx/kics

Cost:

Infracost (estimation): https://github.com/infracost/infracost

Terratag (tagging): https://github.com/env0/terratag (disclaimer, I am CEO at env0)

Documentation:

terraform-docs: https://github.com/terraform-docs/terraform-docs

Do you have other Terraform-related open-source tools that you recommend? Please go ahead and add in the comments!

mtmail 3 years ago

https://github.com/shuaibiyy/awesome-terraform

thedougd 3 years ago

I need a tool that converts the Terraform AWS provider 3.x s3 resources into 4.x resources.

  • speedgoose 3 years ago

    If you don’t find, GitHub copilot can probably help you doing that quickly in a text editor, assuming you don’t have thousands of resources.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection