tpl/gcp/README.md in kite-0.0.9 vs tpl/gcp/README.md in kite-0.1.0

- old
+ new

@@ -5,13 +5,17 @@ Set path to your service account credentials: ``` export GOOGLE_CREDENTIALS=*~/credentials/service-account.json* ``` + Apply terraform code ``` pushd terraform && terraform init && terraform apply && popd ``` + +[Note] +To destroy Bastion later, use `terraform destroy -target google_compute_instance.bastion` Render BOSH manifest and related files ``` kite render manifest bosh --cloud gcp ```