Skip to content
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

Allow configuring custom releasesURL #614

Closed
cullenmcdermott opened this issue May 3, 2019 · 3 comments · Fixed by #903
Closed

Allow configuring custom releasesURL #614

cullenmcdermott opened this issue May 3, 2019 · 3 comments · Fixed by #903
Labels
feature New functionality/enhancement help wanted Good feature for contributors

Comments

@cullenmcdermott
Copy link
Contributor

Some environments do not have access to releases.hashicorp.com. It would be nice to be able to specify a custom url so that Atlantis would be able to pull from internal mirrors.

releasesURL = "https://releases.hashicorp.com"

@lkysow lkysow added the feature New functionality/enhancement label May 3, 2019
@lkysow
Copy link
Member

lkysow commented May 3, 2019

Sure, maybe --tf-download-url? PRs welcome!

Also note that you can put the binaries by name into the Atlantis path and it won't need to download anything, ex. terraform0.11.9

@cullenmcdermott
Copy link
Contributor Author

cullenmcdermott commented May 3, 2019

Yeah that flag sounds good.

Also note that you can put the binaries by name into the Atlantis path and it won't need to download anything, ex. terraform0.11.9

So something like /usr/bin/terraform0.11.9?

@lkysow
Copy link
Member

lkysow commented May 3, 2019

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality/enhancement help wanted Good feature for contributors
Projects
None yet
2 participants