RB
RB
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...
It would be nice to show not only the module name but also the module source ✗ terraform-module-versions check -pre-release=false . | UPDATE? | NAME | SOURCE | CONSTRAINT |...
Some of the version releases have very little information in them. It would be nice to show detailed information on what has changed. It may be easier to keep a...
My terraform ```hcl module "ecs_alb_service_task" { source = "cloudposse/ecs-alb-service-task/aws" version = "0.56.0" } ``` This shows pre-release for some reason ``` ✗ terraform-module-versions check -pre-release=false . | UPDATE? | NAME...
First off. Love your extension. Thank you so much for creating this. I have multiple clients that have a different role prefix. It would be nice if we could persist...
It would be nice if tfupdate could support a configuration file to pin versions recursively. Then we could have a config in our mono infra repo and run a single...
I noticed if I ran this, it doesn't return any output, and exits with `0` even though it did not make any modification to the module. This module does not...
It would be nice to list all the modules/providers in the current directory This would save us from having to ripgrep through the code to see which modules are used...
Related PR https://github.com/minamijoyo/tfupdate/pull/42 It would be nice to show if a specific release is or isn't a pre-release ``` ✗ tfupdate --version 0.5.1 ``` For example ``` ✗ tfupdate release...