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 custom TFE endpoint for --tfe-token credential block #702

Closed
mechastorm opened this issue Jul 11, 2019 · 0 comments · Fixed by #706
Closed

Allow custom TFE endpoint for --tfe-token credential block #702

mechastorm opened this issue Jul 11, 2019 · 0 comments · Fixed by #706
Labels
feature New functionality/enhancement

Comments

@mechastorm
Copy link

mechastorm commented Jul 11, 2019

Currently when using --tfe-token or ATLANTIS_TFE_TOKEN environment variable, Atlantis will create a credential block in the .terraform

credential "app.terraform.io" {
}

It would be good if we have an option to override the value app.terraform.io. This is to enable support for privately hosted TFE installations that have a custom endpoint url.

Current workaround is to not set the TFE token in the Atlantis runtime and statically define the .terraformrc file

@lkysow lkysow added the feature New functionality/enhancement label Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality/enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants