{"id":25735946,"url":"https://github.com/small-hack/smol-terraform-base","last_synced_at":"2026-03-01T16:33:01.677Z","repository":{"id":144678980,"uuid":"603422834","full_name":"small-hack/smol-terraform-base","owner":"small-hack","description":"Terraform tips, notes, and best practices","archived":false,"fork":false,"pushed_at":"2024-12-09T21:35:52.000Z","size":12,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T05:36:38.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/small-hack.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":"2023-02-18T13:17:14.000Z","updated_at":"2023-02-18T14:07:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a7c6a5a-8ed8-41d1-81ae-1a8a5ff0eee7","html_url":"https://github.com/small-hack/smol-terraform-base","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/small-hack/smol-terraform-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fsmol-terraform-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fsmol-terraform-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fsmol-terraform-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fsmol-terraform-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/small-hack","download_url":"https://codeload.github.com/small-hack/smol-terraform-base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fsmol-terraform-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:18:32.386Z","status":"ssl_error","status_checked_at":"2026-03-01T16:18:04.258Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-02-26T05:34:16.763Z","updated_at":"2026-03-01T16:33:01.655Z","avatar_url":"https://github.com/small-hack.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example base terraform module\nHere's where we'll put some example base terraform modules and best practices.\n\n## Precommit Hooks\nWe'll be using [pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform) to keep the code tidy!\n\nThe precommit hooks help with:\n\n- formatting the code\n- validating the code\n- linting the code\n- documenting the code\n- security scanning, probably...?\n- maybe even infra cost checking :shrug:\n\n### Install Dependencies\n\n- tflint\n- jq\n- terraform-docs\n- pre-commit\n- checkov (I haven't tested this one)\n- infracost (not tested)\n\nTo install the pre-commit hooks for this repo use:\n\n### Setup Precommit for the first time after cloning locally\n\n```bash\n# initialize terraform for the first time\nterraform init\n\n# run this from the root directory of the repo\npre-commit install\n```\n\nTo test the pre-commit hooks for this repo use:\n\n```bash\n# run this from the root directory of the repo\npre-commit run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmall-hack%2Fsmol-terraform-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmall-hack%2Fsmol-terraform-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmall-hack%2Fsmol-terraform-base/lists"}