mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Correct a minor issue to proxy setup doc
gsutil config does not have to be run more than once. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193046087
This commit is contained in:
@@ -59,7 +59,7 @@ environment.
|
||||
In the proxy project, create a GCS bucket to store the terraform state file:
|
||||
|
||||
```bash
|
||||
$ gsutil config
|
||||
$ gsutil config # only if you haven't run gsutil before.
|
||||
$ gsutil mb -p <proxy-project> gs://<bucket-name>/
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user