From e442d7761ed584016041c7e61c123b4f6499208d Mon Sep 17 00:00:00 2001 From: Kent 'picat' Gruber Date: Thu, 16 Jul 2020 16:33:12 -0400 Subject: [PATCH] Adjust the CLI section Cleans up the wording, and points to the Next Steps section for example commands to avoid redundancy. --- terraform/gcp/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/terraform/gcp/README.md b/terraform/gcp/README.md index d8e0a7fc0..b7e2c772c 100644 --- a/terraform/gcp/README.md +++ b/terraform/gcp/README.md @@ -224,7 +224,7 @@ Put the `hashistack_load_balancer_external_ip` Terraform Output in your web brow ### CLI -Export the `hashistack_load_balancer_external_ip` Terraform Output as an environment variable: +Export following environment variables: ```console export HASHISTACK_LB_EXTERNAL_IP=$(terraform output -json | jq -r '.hashistack_load_balancer_external_ip.value') @@ -233,13 +233,7 @@ export CONSUL_HTTP_ADDR="http://$HASHISTACK_LB_EXTERNAL_IP:8500" export VAULT_ADDR="http://$HASHISTACK_LB_EXTERNAL_IP:8200" ``` -```console -nomad server members -``` - -```console -consul members -``` +The next steps will show you example commands. ### SSH