From 40b26515448d23d110189e4b48f93c0b96712cf0 Mon Sep 17 00:00:00 2001 From: Genevieve LEsperance Date: Fri, 22 Sep 2017 15:46:20 -0700 Subject: [PATCH] Add terraform init to instructions. --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9d5eed5..836144f 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,16 @@ You will need to enable the following Google Cloud APIs: ### Var File Copy the stub content below into a file called `terraform.tfvars` and put it in the root of this project. -These vars will be used when you run `terraform apply`. You should fill in the stub values with the correct content. +These vars will be used when you run `terraform apply`. +You should fill in the stub values with the correct content. ```hcl -env_name = "some-environment-name" -region = "us-central1" -opsman_image_url = "https://storage.googleapis.com/your-opsmanager.tgz" -zones = ["us-central1-a", "us-central1-b", "us-central1-c"] -project = "your-gcp-project" -dns_suffix = "gcp.some-project.cf-app.com" +env_name = "some-environment-name" +region = "us-central1" +opsman_image_url = "https://storage.googleapis.com/ops-manager-us/pcf-gcp-1.12.0.tar.gz" +zones = ["us-central1-a", "us-central1-b", "us-central1-c"] +project = "your-gcp-project" +dns_suffix = "gcp.some-project.cf-app.com" ssl_cert = <