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:
jianglai 2018-04-16 08:51:04 -07:00
parent 53820108fe
commit 7f86f2c1fb

View file

@ -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>/
``` ```