{"id":13515437,"url":"https://github.com/virtualroot/asdf-opentofu","last_synced_at":"2026-01-14T20:15:54.238Z","repository":{"id":198238051,"uuid":"700384059","full_name":"virtualroot/asdf-opentofu","owner":"virtualroot","description":"Official asdf plugin for opentofu","archived":false,"fork":false,"pushed_at":"2025-12-30T18:33:15.000Z","size":74,"stargazers_count":29,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T15:35:26.812Z","etag":null,"topics":["asdf-plugin","command-line","linux","macos","opentofu","tofu"],"latest_commit_sha":null,"homepage":"","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/virtualroot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","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":"2023-10-04T13:51:09.000Z","updated_at":"2025-12-30T18:32:57.000Z","dependencies_parsed_at":"2023-10-20T14:02:17.346Z","dependency_job_id":"0933e31f-9ef2-415b-b68f-c3df07e3a76c","html_url":"https://github.com/virtualroot/asdf-opentofu","commit_stats":{"total_commits":30,"total_committers":5,"mean_commits":6.0,"dds":0.5333333333333333,"last_synced_commit":"ca9397eb3f64ff6ebcc498c71cdcff75b718a5f7"},"previous_names":["virtualroot/asdf-opentofu"],"tags_count":7,"template":false,"template_full_name":"asdf-vm/asdf-plugin-template","purl":"pkg:github/virtualroot/asdf-opentofu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-opentofu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-opentofu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-opentofu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-opentofu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtualroot","download_url":"https://codeload.github.com/virtualroot/asdf-opentofu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-opentofu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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-plugin","command-line","linux","macos","opentofu","tofu"],"created_at":"2024-08-01T05:01:11.325Z","updated_at":"2026-01-14T20:15:54.223Z","avatar_url":"https://github.com/virtualroot.png","language":"Shell","funding_links":[],"categories":["Tools"],"sub_categories":["Environment managers"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# asdf-opentofu [![Build](https://github.com/virtualroot/asdf-opentofu/actions/workflows/build.yml/badge.svg)](https://github.com/virtualroot/asdf-opentofu/actions/workflows/build.yml) [![Lint](https://github.com/virtualroot/asdf-opentofu/actions/workflows/lint.yml/badge.svg)](https://github.com/virtualroot/asdf-opentofu/actions/workflows/lint.yml)\n\nOfficial [opentofu](https://opentofu.org/) plugin for the [asdf version manager](https://asdf-vm.com).\n\n\u003c/div\u003e\n\n# Contents\n\n- [Dependencies](#dependencies)\n- [Install](#install)\n- [Contributing](#contributing)\n- [License](#license)\n\n# Dependencies\n\n- `bash`, `curl`, `unzip`\n  - `cosign`: (optional) If installed, asdf will perform signature verification\n\n# Install\n\nPlugin:\n\n```shell\nasdf plugin add opentofu\n# or\nasdf plugin add opentofu https://github.com/virtualroot/asdf-opentofu.git\n```\n\nOpenTofu:\n\n```shell\n# Show all installable versions\nasdf list-all opentofu\n\n# Install a specific version\nasdf install opentofu latest\n\n# Set a version globally (on your ~/.tool-versions file)\nasdf global opentofu latest\n\n# Now OpenTofu commands are available\ntofu version\n```\n\nCheck [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to\ninstall \u0026 manage versions.\n\n# Environment Variable Options\n\n* `ASDF_OPENTOFU_SKIP_VERIFY`: skip verifying checksums and signatures (default: `false`)\n* `ASDF_OPENTOFU_VERSION_FILE`: Which .tofu-file to examine for version constraints when using the `legacy_version_file` option in `~/.asdfrc`. (default: `main.tofu`)\n\n# Contributing\n\nContributions of any kind are welcome! See the [contributing guide](contributing.md).\n\n[Thanks goes to these contributors](https://github.com/virtualroot/asdf-opentofu/graphs/contributors)!\n\n# License\n\nSee [LICENSE](LICENSE) © [Alejandro Lazaro](https://github.com/virtualroot/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualroot%2Fasdf-opentofu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtualroot%2Fasdf-opentofu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualroot%2Fasdf-opentofu/lists"}