{"id":46172649,"url":"https://github.com/bcochofel/terraform-tools","last_synced_at":"2026-03-02T16:54:13.993Z","repository":{"id":51083986,"uuid":"270104414","full_name":"bcochofel/terraform-tools","owner":"bcochofel","description":"Terraform tools","archived":false,"fork":false,"pushed_at":"2025-11-21T08:13:31.000Z","size":52,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-30T11:59:48.097Z","etag":null,"topics":["conftest","opa","regula","terraform","tflint"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcochofel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-06T21:06:53.000Z","updated_at":"2024-09-15T09:45:54.000Z","dependencies_parsed_at":"2024-09-14T07:03:28.878Z","dependency_job_id":"042c6804-3145-4754-a0cd-450bcfd9c3b7","html_url":"https://github.com/bcochofel/terraform-tools","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/bcochofel/terraform-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fterraform-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fterraform-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fterraform-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fterraform-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcochofel","download_url":"https://codeload.github.com/bcochofel/terraform-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fterraform-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30010551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T15:15:59.058Z","status":"ssl_error","status_checked_at":"2026-03-02T15:15:58.758Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conftest","opa","regula","terraform","tflint"],"created_at":"2026-03-02T16:54:12.747Z","updated_at":"2026-03-02T16:54:13.984Z","avatar_url":"https://github.com/bcochofel.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Tools\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Docker](https://img.shields.io/badge/Docker%20Hub-bcochofel%2Fterraform--tools-blue)](https://hub.docker.com/r/bcochofel/terraform-tools)\n\n[![GitHub license](https://img.shields.io/github/license/bcochofel/terraform-tools.svg)](https://github.com/bcochofel/terraform-tools/blob/master/LICENSE)\n[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/bcochofel/terraform-tools)](https://github.com/bcochofel/terraform-tools/tags)\n[![GitHub issues](https://img.shields.io/github/issues/bcochofel/terraform-tools.svg)](https://github.com/bcochofel/terraform-tools/issues/)\n[![GitHub forks](https://img.shields.io/github/forks/bcochofel/terraform-tools.svg?style=social\u0026label=Fork\u0026maxAge=2592000)](https://github.com/bcochofel/terraform-tools/network/)\n[![GitHub stars](https://img.shields.io/github/stars/bcochofel/terraform-tools.svg?style=social\u0026label=Star\u0026maxAge=2592000)](https://github.com/bcochofel/terraform-tools/stargazers/)\n\nContainer image with Terraform tools for static code analysis.\n\n## List of tools\n\nThe container supports the following tools:\n\n- [arkade](https://github.com/alexellis/arkade)\n- [tfenv](https://github.com/tfutils/tfenv)\n- [terraform](https://developer.hashicorp.com/terraform/install)\n- [TFlint](https://github.com/terraform-linters/tflint)\n- [tflint-ruleset-azurerm](https://github.com/terraform-linters/tflint-ruleset-azurerm)\n- [tflint-ruleset-aws](https://github.com/terraform-linters/tflint-ruleset-aws)\n- [tflint-ruleset-google](https://github.com/terraform-linters/tflint-ruleset-google)\n- [terraform-docs](https://github.com/terraform-docs/terraform-docs)\n- [TFsec](https://github.com/aquasecurity/tfsec)\n- [trivy](https://github.com/aquasecurity/trivy)\n- [tgenv](https://github.com/tgenv/tgenv)\n- [terragrunt](https://github.com/gruntwork-io/terragrunt)\n- [checkov](https://github.com/bridgecrewio/checkov)\n- [pre-commit](https://pre-commit.com/)\n\n## Build Container\n\nTo build the container run:\n\n```bash\ndocker build . -t terraform-tools:latest\n```\n\nThe Dockerfile uses build args, so if you want to build the image with specific version of terraform, for instance, you can run\n\n```bash\ndocker build . --build-arg TERRAFORM_VERSION=1.9.0 -t terraform-tools:latest\n```\n\n## Test Container\n\nYou can test the container by running\n\n```bash\ndocker run -it terraform-tools:latest terraform version\n```\n\n## References\n\n- [GitHub Actions - Dockerfile support](https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcochofel%2Fterraform-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcochofel%2Fterraform-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcochofel%2Fterraform-tools/lists"}