website: add command to consul example
This commit is contained in:
parent
8a4a5f2067
commit
df56dc25a8
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue