{"id":13505735,"url":"https://github.com/terralist/terralist","last_synced_at":"2026-04-01T18:31:13.679Z","repository":{"id":45060716,"uuid":"443985581","full_name":"terralist/terralist","owner":"terralist","description":"Terraform Private Registry for modules and providers manageable from a REST API","archived":false,"fork":false,"pushed_at":"2026-03-30T09:33:47.000Z","size":3228,"stargazers_count":478,"open_issues_count":8,"forks_count":45,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-03-30T09:35:24.308Z","etag":null,"topics":["private-registry","registry","terraform","terraform-login","terraform-module","terraform-provider"],"latest_commit_sha":null,"homepage":"http://www.terralist.io/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terralist.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-03T08:11:35.000Z","updated_at":"2026-03-30T09:15:09.000Z","dependencies_parsed_at":"2023-10-31T10:25:56.241Z","dependency_job_id":"c8930dfa-74cd-4f0b-a0ba-319a2755134a","html_url":"https://github.com/terralist/terralist","commit_stats":{"total_commits":228,"total_committers":19,"mean_commits":12.0,"dds":0.5745614035087719,"last_synced_commit":"47d749762d7a5e6908e4b52ca051f1440376f628"},"previous_names":["valentindeaconu/terralist"],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/terralist/terralist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terralist%2Fterralist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terralist%2Fterralist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terralist%2Fterralist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terralist%2Fterralist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terralist","download_url":"https://codeload.github.com/terralist/terralist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terralist%2Fterralist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["private-registry","registry","terraform","terraform-login","terraform-module","terraform-provider"],"created_at":"2024-08-01T00:01:12.454Z","updated_at":"2026-04-01T18:31:13.672Z","avatar_url":"https://github.com/terralist.png","language":"Go","funding_links":[],"categories":["Tools","Linting","Self-Hosted Registries","Go"],"sub_categories":["Registry","Terraform","Miscellaneous"],"readme":"\u003c!-- markdownlint-configure-file {\n  \"MD013\": {\n    \"code_blocks\": false,\n    \"tables\": false\n  },\n  \"MD033\": false,\n  \"MD041\": false\n} --\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Terralist Logo\" src=\"./static/terralist.png\" width=\"200\" /\u003e\n  \u003ch1\u003eTerralist\u003c/h1\u003e\n  \u003cp\u003eA private Terraform/OpenTofu registry for modules and providers\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n[![Latest Release](https://img.shields.io/github/release/terralist/terralist.svg)](https://github.com/terralist/terralist/releases/latest) [![CI](https://github.com/terralist/terralist/actions/workflows/test.yml/badge.svg)](https://github.com/terralist/terralist/actions/workflows/test.yml) [![Go Version](https://img.shields.io/github/go-mod/go-version/terralist/terralist)](https://go.dev/) [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)\n\nTerralist implements the [Terraform registry protocols](https://developer.hashicorp.com/terraform/internals/module-registry-protocol) and gives you a private, self-hosted registry with a web dashboard, RBAC, and support for multiple storage backends.\n\n## Features\n\n- **Private module and provider registry**: upload, version, and distribute Terraform/OpenTofu modules and providers within your organization\n- **Web dashboard**: browse artifacts, view documentation, and manage authorities and API keys\n- **RBAC**: fine-grained access control with built-in roles (`admin`, `readonly`, `anonymous`) and custom policies via [Casbin](https://casbin.org/)\n- **Multiple OAuth providers**: authenticate via GitHub, GitLab, BitBucket, or any OIDC-compatible provider\n- **API keys with scoped policies**: create API keys for CI/CD with per-key RBAC policies and organizational scopes\n- **Storage backends**: store artifacts in AWS S3, Azure Blob, Google Cloud Storage, local filesystem, or proxy mode\n- **Prometheus metrics**: monitor uploads, downloads, API key usage, storage operations, and HTTP request latency\n- **Single binary**: no external dependencies, runs anywhere Go compiles to\n\n## Quick start\n\n```bash\n# Download the latest release\ncurl -sL \"https://github.com/terralist/terralist/releases/latest/download/terralist_$(go env GOOS)_$(go env GOARCH).zip\" -o terralist.zip\nunzip terralist.zip\n\n# Create a minimal config\ncat \u003e config.yaml \u003c\u003cEOF\noauth-provider: github\ngh-client-id: ${GITHUB_OAUTH_CLIENT_ID}\ngh-client-secret: ${GITHUB_OAUTH_CLIENT_SECRET}\ntoken-signing-secret: $(openssl rand -hex 16)\ncookie-secret: $(openssl rand -hex 16)\nEOF\n\n# Start the server\n./terralist server --config config.yaml\n```\n\nThen open [http://localhost:5758](http://localhost:5758) in your browser.\n\nSee the [getting started guide](https://www.terralist.io/getting-started/) for detailed setup instructions including HTTPS configuration for Terraform CLI integration.\n\n## Usage\n\n```hcl\n# Use a module from your private registry\nmodule \"vpc\" {\n  source  = \"registry.example.com/my-org/vpc/aws\"\n  version = \"1.0.0\"\n}\n\n# Use a provider from your private registry\nterraform {\n  required_providers {\n    custom = {\n      source  = \"registry.example.com/my-org/custom\"\n      version = \"2.0.0\"\n    }\n  }\n}\n```\n\n## Documentation\n\nFull documentation is available at [www.terralist.io](https://www.terralist.io/), including:\n\n- [Installation](https://www.terralist.io/installation/)\n- [Configuration](https://www.terralist.io/configuration/)\n- [RBAC Configuration](https://www.terralist.io/user-guide/rbac-configuration/)\n- [API Reference](https://www.terralist.io/dev-guide/api-reference/)\n- [Local Development](https://www.terralist.io/dev-guide/local-development/)\n\n## Contributing\n\nContributions are welcome. All input is appreciated, whether it's a bug report, feature request, or pull request.\n\n- **Issues**: [github.com/terralist/terralist/issues](https://github.com/terralist/terralist/issues)\n- **Discussions**: [github.com/terralist/terralist/discussions](https://github.com/terralist/terralist/discussions)\n\n## License\n\nTerralist is licensed under the [Mozilla Public License 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterralist%2Fterralist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterralist%2Fterralist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterralist%2Fterralist/lists"}