We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to brew install this.
brew install
At the moment I'm using
go install github.com/keilerkonzept/terraform-module-versions@latest
$ which terraform-module-versions /Users/user/go/bin/terraform-module-versions
or
wget -c https://github.com/keilerkonzept/terraform-module-versions/releases/download/3.1.11/terraform-module-versions_3.1.11_osx_x86_64.tar.gz -O - | tar -xz mv terraform-module-versions /usr/local/bin
$ which terraform-module-versions /usr/local/bin/terraform-module-versions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice to
brew install
this.At the moment I'm using
or
The text was updated successfully, but these errors were encountered: