opentofu / get.opentofu.org

The website hosting the OpenTofu Installer script and installation resources
Apache License 2.0
3 stars 8 forks source link

Specify OpenTofu version in standalone mode #13

Closed timofurrer closed 6 months ago

timofurrer commented 6 months ago

When running:

./install-opentofu.sh --install-method standalone --opentofu-version 1.6.0

the script currently fails with:

Error: Unknown option: --opentofu-version.

Judging by looking at the script it looks like the --opentofu-version option is simply not implemented.

This is currently a blocker for us and it would be great to have a fix for this :)

timofurrer commented 6 months ago

I contributed a minimal patch at https://github.com/opentofu/get.opentofu.org/pull/14+

janosdebugs commented 6 months ago

Closing this as it is fixed in #14 :) Thank you again!