Adjust the CLI section

Cleans up the wording, and points to the Next Steps section for example commands to avoid redundancy.
This commit is contained in:
Kent 'picat' Gruber
2020-07-16 16:33:12 -04:00
parent 8d7c863d66
commit e442d7761e

View File

@@ -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