diff --git a/website/source/intro/examples/consul.html.markdown b/website/source/intro/examples/consul.html.markdown index da21a407d..9e1fa6665 100644 --- a/website/source/intro/examples/consul.html.markdown +++ b/website/source/intro/examples/consul.html.markdown @@ -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 ```