Skip to content

Commit 766de78

Browse files
committed
Use correct project identifier in readme
1 parent bd257ea commit 766de78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tests, you must:
9393
9494
- Have a service account in the project with the roles "Cloud KMS Admin" and "Cloud KMS Crypto Operator"
9595
- Set `GOOGLE_APPLICATION_CREDENTIALS` to the service account key credentials for the above account
96-
- Set `GOOGLE_CLOUD_PROJECT` to the name of the project
96+
- Set `GOOGLE_CLOUD_PROJECT` to the project ID
9797
- Request an increase to the Cloud Key Management Service (KMS) API Write-Requests quota to 600 per minute
9898
9999
We recommend running tests in a dedicated Google Cloud project. On a fresh
@@ -123,7 +123,7 @@ While their monthly cost is minimal, this may be undesirable. As such, there a
123123
cleanup script is included. To execute this script, run:
124124

125125
```text
126-
$ export GOOGLE_CLOUD_PROJECT=my-test-project
126+
$ export GOOGLE_CLOUD_PROJECT=<project-id>
127127
$ go run test/cleanup/main.go
128128
```
129129

test/service-account.json.enc

-2.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)