From 5ac056dc5ef1c3d42cbed7f5b61d22ee4b4ea7c9 Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Mon, 15 May 2017 21:40:20 -0700 Subject: [PATCH] update READMEs --- terraform/aws/README.md | 6 +++--- terraform/examples/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/aws/README.md b/terraform/aws/README.md index 0efc3987f..e0e0682a1 100644 --- a/terraform/aws/README.md +++ b/terraform/aws/README.md @@ -2,7 +2,7 @@ Deploys one or more servers running Nomad, Consul and Vault as well a configurable number of clients. -### Setup +## Setup Clone the repo and (optionally) use the included Vagrantfile to bootstrap a local staging environment: @@ -29,7 +29,7 @@ $ export AWS_ACCESS_KEY_ID=[ACCESS_KEY_ID] $ export AWS_SECRET_ACCESS_KEY=[SECRET_ACCESS_KEY] ``` -### Provision +## Provision `cd` to one of the environment subdirectories: @@ -68,7 +68,7 @@ terraform plan terraform apply ``` -## Usage +## Access the cluster SSH to a server using its public IP. For example: diff --git a/terraform/examples/README.md b/terraform/examples/README.md index eb883fc4f..be346786b 100644 --- a/terraform/examples/README.md +++ b/terraform/examples/README.md @@ -1,4 +1,4 @@ -## Examples +# Examples The examples included here are designed to introduce specific features and provide a basic learning experience. The examples subdirectory is automatically provisioned into the home directory of the VMs in your cloud environment.