Closed davidcavazos closed 11 months ago
Hi there @davidcavazos :wave:!
Thank you for opening an issue. Our team will triage this as soon as we can. Please take a moment to review the troubleshooting steps which lists common error messages and their resolution steps.
That's not the only envvar Terraform supports - it also supports GOOGLE_APPLICATION_CREDENTIALS
, which this action outputs.
If the authentication is not working for you, please open an issue as a "bug" and complete the issue form, including your action.yml and the debug logs.
TL;DR
Terraform expects an environment variable called
GOOGLE_CREDENTIALS
for authentication. It would be nice that the extension provided them.Detailed design
From the docs:
https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#authentication-configuration
Additional information
No response