Hello!
I’m looking at installing terraform on an alpine image in a CI pipeline. TF 0.14.9 is available but I need to get the specific version used in the repo the CI pipeline is running on. Is there a rate limit on releases.hashicorp.com if I curl the package from there?
I know I could build a docker image with the terraform version I need and the other tools but then I need to build a new image per TF version. I don’t want to manage multiple docker images if possible!
Thanks in advance!