Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virtualroot/asdf-opentofu
Official asdf plugin for opentofu
https://github.com/virtualroot/asdf-opentofu
asdf-plugin command-line linux macos opentofu tofu
Last synced: 3 days ago
JSON representation
Official asdf plugin for opentofu
- Host: GitHub
- URL: https://github.com/virtualroot/asdf-opentofu
- Owner: virtualroot
- License: mit
- Created: 2023-10-04T13:51:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T05:15:01.000Z (about 2 months ago)
- Last Synced: 2024-09-16T04:04:01.667Z (about 2 months ago)
- Topics: asdf-plugin, command-line, linux, macos, opentofu, tofu
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opentofu - asdf-opentofu - OpenTofu plugin for asdf version manager. (Tools / Environment managers)
README
# 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)
Official [opentofu](https://opentofu.org/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `unzip`
- `cosign`: (optional) If installed, asdf will perform signature verification# Install
Plugin:
```shell
asdf plugin add opentofu
```OpenTofu:
```shell
# Show all installable versions
asdf list-all opentofu# Install a specific version
asdf install opentofu latest# Set a version globally (on your ~/.tool-versions file)
asdf global opentofu latest# Now OpenTofu commands are available
tofu version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Environment Variable Options
* `ASDF_OPENTOFU_SKIP_VERIFY`: skip verifying checksums and signatures (default: `false`)
* `ASDF_OPENTOFU_VERSION_FILE`: Which .tofu-file to examine for version constraints when using the `legacy_version_file` option in `~/.asdfrc`. (default: `main.tofu`)# Contributing
Contributions of any kind are welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/virtualroot/asdf-opentofu/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Alejandro Lazaro](https://github.com/virtualroot/)