Skip to content

Commit

Permalink
Update configuration examples to use PROJECT_ID instead of `PROJECT…
Browse files Browse the repository at this point in the history
…_NAME` (#398)
  • Loading branch information
ashishsecdev authored Oct 13, 2022
1 parent f3bd478 commit 6b0d8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/gcp.spc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ connection "gcp" {
# - The standard gcloud SDK `CLOUDSDK_CORE_PROJECT` environment variable, if set; otherwise
# - The `GCP_PROJECT` environment variable, if set (this is deprecated); otherwise
# - The current active project project, as returned by the `gcloud config get-value project` command
#project = "YOUR_PROJECT_NAME"
#project = "YOUR_PROJECT_ID"

# `credentials` (optional) - Either the path to a JSON credential file that contains Google application credentials,
# or the contents of a service account key file in JSON format. If `credentials` is not specified in a connection,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ connection "gcp" {
# - The standard gcloud SDK `CLOUDSDK_CORE_PROJECT` environment variable, if set; otherwise
# - The `GCP_PROJECT` environment variable, if set (this is deprecated); otherwise
# - The current active project project, as returned by the `gcloud config get-value project` command
#project = "YOUR_PROJECT_NAME"
#project = "YOUR_PROJECT_ID"
# `credentials` (optional) - Either the path to a JSON credential file that contains Google application credentials,
# or the contents of a service account key file in JSON format. If `credentials` is not specified in a connection,
Expand Down

0 comments on commit 6b0d8c2

Please sign in to comment.