-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
add terratest to the supported tools #225
Comments
We have the similar request about tflint / trivy: #210 |
Well, as updated above it's more a go version manager then. Terratest is based on go test and the terratest code versions are maintained within go.mod/go.sum. I would just be helpful to support GO version management within tenv instead of incorporating asdf. |
I still don't understand which feature you are waiting to help you in your use of I am maybe missing something, however it seem to me that |
In order to leverage terratest (go get..), go is a pre-requisite. As mentioned above this request might rather sound like a go version manager backed into tenv. It would just allow us to use a single tool for managing dependencies. |
tenv is not meant to replace classical package manager to help keeping up to date all your tools. tenv is useful to work on several project with IAC because each one could need different incompatible tool version. However, I have done an other project which might help : https://github.com/dvaumoron/lastgo |
Your point is taken 😃 Thank you! |
You may consider contributing in adding a Terratest plugin for ASDF: |
Is your feature request related to a problem? Please describe.
I'm always frustrated by managing versions of my terraform and tofu tooling. As terratest is also being used, this is not supported yet in tenv.
Describe the solution you'd like
Terratest is another tool being used within the terraform / tofu space. It would be very beneficial to also manage it using tenv.
Describe alternatives you've considered
Maintain terratest versions on my own.
Actually this sounds like a go version manager, though (sort of).
Additional context
N/A
REF: https://github.com/gruntwork-io/terratest
The text was updated successfully, but these errors were encountered: