mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02: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:
parent
53820108fe
commit
7f86f2c1fb
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ environment.
|
||||||
In the proxy project, create a GCS bucket to store the terraform state file:
|
In the proxy project, create a GCS bucket to store the terraform state file:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ gsutil config
|
$ gsutil config # only if you haven't run gsutil before.
|
||||||
$ gsutil mb -p <proxy-project> gs://<bucket-name>/
|
$ gsutil mb -p <proxy-project> gs://<bucket-name>/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue