terraform cloud cli token #1573
Answered
by
bendrucker
sergiofteixeira
asked this question in
Q&A
-
how to use terraform cloud cli tokens to get private modules? using the github action superlinter. also tried the .terraformrc but didnt work |
Beta Was this translation helpful? Give feedback.
Answered by
bendrucker
Oct 25, 2022
Replies: 1 comment
-
Not sure how this is related to TFLint, beyond that it expects you to call HashiCorp has an official action that will setup https://developer.hashicorp.com/terraform/tutorials/automation/github-actions Or you could use environment variables: https://developer.hashicorp.com/terraform/cli/config/config-file#environment-variable-credentials |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bendrucker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure how this is related to TFLint, beyond that it expects you to call
terraform init
.HashiCorp has an official action that will setup
terraform
for you, including cloud credentials:https://developer.hashicorp.com/terraform/tutorials/automation/github-actions
Or you could use environment variables:
https://developer.hashicorp.com/terraform/cli/config/config-file#environment-variable-credentials