website: add command to consul example

This commit is contained in:
Jack Pearkes 2014-07-28 12:14:02 -04:00
parent 8a4a5f2067
commit df56dc25a8
1 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,15 @@ configuration directly by setting the ELB address into Consul. Any resource
attribute can be stored in Consul, allowing an operator to capture anything
useful.
## Command
```
terraform apply \
-var 'aws_access_key=YOUR_KEY' \
-var 'aws_secret_key=YOUR_KEY'
```
## Configuration
```