We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credentials.json terraform apply would result in infinite loop https://github.com/terraform-google-modules/terraform-google-jenkins/blob/master/scripts/wait-for-jenkins.sh#L26-L31 because the wait-for-jenkins script doesn't pick up the GOOGLE_APPLICATION_CREDENTIALS var.
GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credentials.json terraform apply
GOOGLE_APPLICATION_CREDENTIALS
The text was updated successfully, but these errors were encountered:
Fix terraform-google-modules#16.
177221f
Merge pull request #17 from omazin/master
893d7a0
Fix #16.
Add #3, #16, v1.1.0 to CHANGELOG
6b4a6ba
omazin
Successfully merging a pull request may close this issue.
GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credentials.json terraform apply
would result in infinite loop https://github.com/terraform-google-modules/terraform-google-jenkins/blob/master/scripts/wait-for-jenkins.sh#L26-L31 because the wait-for-jenkins script doesn't pick up theGOOGLE_APPLICATION_CREDENTIALS
var.The text was updated successfully, but these errors were encountered: