hashicorp-community / tf-helper

Commands for performing operations on Terraform states, configurations, TFE using the API, and more. Please target all PRs to the master branch, not the release branch.
Mozilla Public License 2.0
102 stars 32 forks source link

Issue with TF token #28

Closed skommuri12 closed 3 years ago

skommuri12 commented 4 years ago

After exporting orgname, hostname, token, I am not to find Workspaces. When I try $ tfh workspace list [ERROR] Unable to complete API request. [ERROR] HTTP status code: 000. [ERROR] Response: [ERROR] [ERROR] Error listing workspaces for....

fprimex commented 4 years ago

You can export TF_LOG=1 (or any value) to obtain a very detailed log. I think that is likely to show the reason for the error. You may not want to post that log here, as it might contain sensitive information, but please look over it to see what it shows. If that doesn't turn anything up we can go from there.