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

CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform

Results 40 terraform-module-versions issues
Sort by recently updated
recently updated
newest added

Mostly, rebase master to current master on source repo. I hope this will fix snyk errors. I also added basic auth with username+password to make it possible to authenticate to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/Masterminds/semver/v3](https://togithub.com/Masterminds/semver) | `v3.2.1` -> `v3.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fMasterminds%2fsemver%2fv3/v3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fMasterminds%2fsemver%2fv3/v3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/hashicorp/go-getter](https://togithub.com/hashicorp/go-getter) | `v1.6.2` -> `v1.7.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fgo-getter/v1.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fhashicorp%2fgo-getter/v1.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | `v5.4.2` -> `v5.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-git%2fgo-git%2fv5/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-git%2fgo-git%2fv5/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 0.0.5 to 1.0.7. Commits fbb970f Merge pull request #273 from olekukonko/alignment 01bf4ac minor cleanup and return WithSymbols 33047f3 update readme 66e06ee add debug info 3b62115 improve deprecate...

dependencies
go

I've just come across this tool and it'll save us doing this manually. The one feature that is missing for us though is support for private module registries. We are...

Is there a way to use this tool with modules hosted in gitlab rather than github? I've been using a fork of this repo for a couple of years before...

If present, it would be helpful if the script looked up the currently-installed version of the module from `.terraform/modules/modules.json` and used that data to populate the "Versions" column, especially in...

Is the tool still actively maintained? If not - I'd be happy to take it over (whether by forking or otherwise). We do use it, it's quite handy, but it...