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.