{"id":16689811,"url":"https://github.com/dploeger/tflookup","last_synced_at":"2025-10-31T02:30:59.285Z","repository":{"id":39530489,"uuid":"188016488","full_name":"dploeger/tflookup","owner":"dploeger","description":"Terraform documentation lookup","archived":true,"fork":false,"pushed_at":"2024-07-02T08:28:04.000Z","size":2818,"stargazers_count":0,"open_issues_count":35,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-20T00:48:40.767Z","etag":null,"topics":["documentation","terraform","tool"],"latest_commit_sha":null,"homepage":"https://tflookup.herokuapp.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dploeger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-22T10:30:33.000Z","updated_at":"2024-07-02T08:28:12.000Z","dependencies_parsed_at":"2023-01-31T12:31:14.228Z","dependency_job_id":null,"html_url":"https://github.com/dploeger/tflookup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dploeger%2Ftflookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dploeger%2Ftflookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dploeger%2Ftflookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dploeger%2Ftflookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dploeger","download_url":"https://codeload.github.com/dploeger/tflookup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239092734,"owners_count":19580214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["documentation","terraform","tool"],"created_at":"2024-10-12T15:49:23.388Z","updated_at":"2025-10-31T02:30:58.605Z","avatar_url":"https://github.com/dploeger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This repository is archived as the current Terraform registry is better than it was before**\n\n# tflookup - Terraform Documentation Lookup\n\n## Introduction\n\nThis web app is a searchable index of the Terraform provider documentation and lets you quickly jump to the relevant page you're looking for.\n\n## Missing documentation\n\nCurrently, some documentations have bugs and can not be indexed by the process. Check out the indexErrors.txt for a current list of invalid files.\n\n## Building\n\nTo build this app, you'll have to build the static app and the server:\n\n    cd static\n    npm install\n    npm run-script build\n    cd ..\n    grunt build\n\n## Running\n\nTo run the server, that delivers the API and web app, run\n\n    node index.js\n\n## Providing an index\n\nBy default, the server will build up an index by indexing the terraform-website submodule. Cloning the submodules takes a **long** time, so there's a secondary option.\n\nThere's a pre-built index called documentationIndex.json which can be used by setting the environment variable TFLOOKUP_INDEXFILE:\n\n    TFLOOKUP_INDEXFILE=documentationIndex.json node index.js\n\n## Building the index file\n\nThe index file is built and commited periodically built by an external cronjob, that uses the \"updateIndex.sh\" script.\n\n## Docker\n\nYou can also use a docker image to run the server by running\n\n    docker build -t tflookup:latest .\n    docker run --name tflookup --rm -d -P tflookup:latest\n    docker port tflookup\n\nThis will start the server and show you the mapped port where you can access it locally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdploeger%2Ftflookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdploeger%2Ftflookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdploeger%2Ftflookup/lists"}