tpl/gcp/README.md in kite-0.0.7 vs tpl/gcp/README.md in kite-0.0.8

- old
+ new

@@ -1,8 +1,14 @@ ## GCP Cloud ### Usage + +Set path to your service account credentials: +``` +export GOOGLE_CREDENTIALS=*~/credentials/service-account.json* +``` + Apply terraform code ``` pushd terraform && terraform init && terraform apply && popd ``` @@ -23,11 +29,9 @@ Connect to the Director ``` . bin/set-env.sh -bosh alias-env bosh-1 -e 10.0.0.10 --ca-cert \ - <(bosh int ./config/creds.yml --path /director_ssl/ca) ``` Render concourse deployment ``` kite render manifest concourse --cloud=gcp