{"id":13505787,"url":"https://github.com/asdf-community/asdf-hashicorp","last_synced_at":"2026-03-11T13:31:16.020Z","repository":{"id":37897659,"uuid":"105176105","full_name":"asdf-community/asdf-hashicorp","owner":"asdf-community","description":"HashiCorp plugin for the asdf version manager [maintainer=@DustinChaloupka, @nathantypanski, @radditude]","archived":false,"fork":false,"pushed_at":"2025-10-24T02:55:50.000Z","size":101,"stargazers_count":257,"open_issues_count":14,"forks_count":62,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-10-24T04:31:41.009Z","etag":null,"topics":["asdf","asdf-plugin"],"latest_commit_sha":null,"homepage":"https://github.com/asdf-vm/asdf","language":"Shell","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/asdf-community.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["smorimoto"]}},"created_at":"2017-09-28T17:03:58.000Z","updated_at":"2025-10-24T02:55:54.000Z","dependencies_parsed_at":"2024-11-01T03:31:09.973Z","dependency_job_id":"33bdfeef-5805-493a-b7a2-5be9b06bcc56","html_url":"https://github.com/asdf-community/asdf-hashicorp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asdf-community/asdf-hashicorp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-community%2Fasdf-hashicorp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-community%2Fasdf-hashicorp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-community%2Fasdf-hashicorp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-community%2Fasdf-hashicorp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-community","download_url":"https://codeload.github.com/asdf-community/asdf-hashicorp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-community%2Fasdf-hashicorp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"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":["asdf","asdf-plugin"],"created_at":"2024-08-01T00:01:13.773Z","updated_at":"2026-03-11T13:31:16.014Z","avatar_url":"https://github.com/asdf-community.png","language":"Shell","funding_links":["https://github.com/sponsors/smorimoto"],"categories":["Tools"],"sub_categories":["Community providers"],"readme":"# asdf-hashicorp\n\n[HashiCorp](https://www.hashicorp.com) plugin for asdf version manager\n\n## Build History\n\n[![Build history](https://buildstats.info/github/chart/asdf-community/asdf-hashicorp?branch=master)](https://github.com/asdf-community/asdf-hashicorp/actions)\n\n## Installation\n\n```bash\nasdf plugin add boundary https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add consul https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add levant https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add nomad https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add packer https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add sentinel https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add serf https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add terraform https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add terraform-ls https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add tfc-agent https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add vault https://github.com/asdf-community/asdf-hashicorp.git\nasdf plugin add waypoint https://github.com/asdf-community/asdf-hashicorp.git\n```\n\n## Usage\n\nCheck [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to\ninstall \u0026 manage versions.\n\n### Environment Variable Options\n- ASDF_HASHICORP_SKIP_VERIFY: skip verifying checksums and signatures\n- ASDF_HASHICORP_OVERWRITE_ARCH: force the plugin to use a specified processor architecture rather than the automatically detected value. Useful, for example, for allowing users on M1 Macs to install `amd64` binaries when there's no `arm64` binary available.\n- ASDF_HASHICORP_OVERWRITE_ARCH_\u003cspecific tool\u003e: like the previous override, but for each specific tool, e.g. ASDF_HASHICORP_OVERWRITE_ARCH_TERRAFORM. Works with ASDF_HASHICORP_OVERWRITE_ARCH, and tool-specific overrides take precedence.\n- ASDF_HASHICORP_TERRAFORM_VERSION_FILE: Which `.tf`-file to examine for version constraints when using the `legacy_version_file` option in `~/.asdfrc`. Defaults to `main.tf`\n\n## License\n\nLicensed under the\n[MIT license](https://github.com/asdf-community/asdf-hashicorp/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasdf-community%2Fasdf-hashicorp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasdf-community%2Fasdf-hashicorp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasdf-community%2Fasdf-hashicorp/lists"}