Skip to content

Draft: fix: export GOOGLE_APPLICATION_CREDENTIALS

Dan Ryan requested to merge dryan/export-google-application-credentials into main

What

Adds and exports GOOGLE_APPLICATION_CREDENTIALS to the oidc task. Previously, only GOOGLE_CREDENTIALS was present.

Why

GCP tooling expects GOOGLE_APPLICATION_CREDENTIALS (ref). Terraform can use both GOOGLE_APPLICATION_CREDENTIALS and GOOGLE_CREDENTIALS

Edited by Dan Ryan

Merge request reports