Merge pull request #161 from justinsb/upup_polish_10

upup: fix terraform docs
This commit is contained in:
Justin Santa Barbara 2016-06-27 17:30:32 -04:00 committed by GitHub
commit 352b80e4c8
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ export CLUSTER_NAME=<kubernetes.myzone.com>
${GOPATH}/bin/cloudup --v=0 --logtostderr --cloud=aws --zones=us-east-1c --name=${CLUSTER_NAME} --model=config,proto
```
And then you can use terraform to do the full installation:
And then you can use terraform to do the remainder of the installation:
```
export CLUSTER_NAME=<kubernetes.myzone.com>
@ -128,7 +128,7 @@ ${GOPATH}/bin/cloudup --v=0 --logtostderr --cloud=aws --zones=us-east-1c --name=
Then, to apply using terraform:
```
cd state/terraform
cd out/terraform
terraform plan
terraform apply