tfupdate
Simple CLI to update Terraform things (Terraform itself, providers, and TF modules)
Install
This tool is not (yet) available as binary release. Until that has been picked up, you can install this tool as follows:
go install github.com/tiesmaster/tfupdate@latest
NOTE: This does require a recent version of golang, but this should be fairly easy to aquire. For OSX, do the following:
brew install golang