You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module installer uses Google Cloud SDK to authenticate with GCS. To set credentials you can:
398
+
399
+
* Enter the path of your service account key file in the GOOGLE_APPLICATION_CREDENTIALS environment variable, or;
400
+
* If you're running Terraform from a GCE instance, default credentials are automatically available. See [Creating and Enabling Service Accounts](https://cloud.google.com/compute/docs/authentication) for Instances for more details
401
+
* On your computer, you can make your Google identity available by running `gcloud auth application-default login`.
402
+
403
+
378
404
## Modules in Package Sub-directories
379
405
380
406
When the source of a module is a version control repository or archive file
0 commit comments