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

fails for credential helper #20

Closed
lmmarsano opened this issue Apr 25, 2022 · 3 comments · Fixed by #28
Closed

fails for credential helper #20

lmmarsano opened this issue Apr 25, 2022 · 3 comments · Fixed by #28

Comments

@lmmarsano
Copy link

The setup script seems to expect credentials stored in cleartext.

$ ./scripts/setup.sh
jq: error: Could not open file /home/luism/.terraform.d/credentials.tfrc.json: No such file or directory
$ cat ~/.terraformrc
credentials_helper "keychain" {}
@p0onage
Copy link

p0onage commented Jun 14, 2022

I'm getting the same issue

@p0onage
Copy link

p0onage commented Jun 14, 2022

#22

@barrettclark
Copy link
Contributor

We recommend that you run terraform login from the command line (https://github.com/hashicorp/tfc-getting-started#1-log-in-to-terraform-cloud-via-the-cli), which creates the file ~/.terraform.d/credentials.tfrc.json with the token that you create through the login process.

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 a pull request may close this issue.

3 participants