diff --git a/site/docs/drivers/gcp-gce.md b/site/docs/drivers/gcp-gce.md index ea1d4317..32004d44 100644 --- a/site/docs/drivers/gcp-gce.md +++ b/site/docs/drivers/gcp-gce.md @@ -18,6 +18,10 @@ Google compute also offer $300 free credit for new users which is suited for try Preevy uses the Google SDK which uses application default credentials (https://cloud.google.com/docs/authentication/application-default-credentials). The simplest way is to use `gcloud auth application-default login` command. +Also, you can check out the video below for a step-by-step guide on how to configure GCP credentials ans use them with Preevy. + +

+ ### Required GCE permissions TBD