mlibrary/Setup OpenTofu
Installs OpenTofu, and optionally Terramate, from GitHub releases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tofu_version | OpenTofu version to install (e.g. 1.12.0). Ignored if tofu_version_file is set. | no | "" |
| tofu_version_file | Path to a file containing the OpenTofu version. Takes precedence over tofu_version. | no | "" |
| terramate_version | Terramate version to install (e.g. 0.17.0). Optional. Ignored if terramate_version_file is set. | no | "" |
| terramate_version_file | Path to a file containing the Terramate version. Takes precedence over terramate_version. | no | "" |
| allow_prerelease | Set to 'true' to allow prerelease versions (e.g. 1.8.0-rc1) | no | false |
Outputs
no outputs