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

Add flag for setting Terraform Enterprise hostname #706

Merged
merged 1 commit into from
Jul 12, 2019
Merged

Add flag for setting Terraform Enterprise hostname #706

merged 1 commit into from
Jul 12, 2019

Conversation

lkysow
Copy link
Member

@lkysow lkysow commented Jul 12, 2019

--tfe-hostname will allow for creating a .terraformrc file with a
different hostname than app.terraform.io

Fixes #702

@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #706 into master will increase coverage by 0.06%.
The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #706      +/-   ##
==========================================
+ Coverage    72.4%   72.47%   +0.06%     
==========================================
  Files          61       61              
  Lines        4664     4675      +11     
==========================================
+ Hits         3377     3388      +11     
  Misses       1037     1037              
  Partials      250      250
Impacted Files Coverage Δ
server/user_config.go 100% <ø> (ø) ⬆️
server/server.go 66.66% <100%> (+0.83%) ⬆️
cmd/server.go 79.42% <100%> (+0.4%) ⬆️
server/events/terraform/terraform_client.go 79.89% <75%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b7d4e99...1a0c53b. Read the comment docs.

--tfe-hostname will allow for creating a .terraformrc file with a
different hostname than app.terraform.io
@lkysow lkysow changed the title gAdd flag for setting Terraform Enterprise hostname Add flag for setting Terraform Enterprise hostname Jul 12, 2019
@lkysow lkysow merged commit ee8707d into master Jul 12, 2019
@lkysow lkysow deleted the tfc branch July 12, 2019 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow custom TFE endpoint for --tfe-token credential block
1 participant