terraform-module-versions icon indicating copy to clipboard operation
terraform-module-versions copied to clipboard

Homebrew formula

Open nitrocode opened this issue 3 years ago • 0 comments

It would be nice to brew install this.

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

nitrocode avatar Feb 18 '22 14:02 nitrocode