documentation: Change the consul provider link on the consul example

README
This commit is contained in:
stack72 2016-03-22 17:47:38 +00:00
parent dcf0974d1e
commit 825809f309
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ and orchestration. The Key/Value store it provides is often used to store
application configuration and information about the infrastructure necessary application configuration and information about the infrastructure necessary
to process requests. to process requests.
Terraform provides a [Consul provider](/docs/providers/consul/index.html) which Terraform provides a [Consul provider](https://www.terraform.io/docs/providers/consul/index.html) which
can be used to interface with Consul from inside a Terraform configuration. can be used to interface with Consul from inside a Terraform configuration.
For our example, we use the [Consul demo cluster](http://demo.consul.io) For our example, we use the [Consul demo cluster](http://demo.consul.io)
@ -27,7 +27,7 @@ that the "tf\_test/id" and "tf\_test/public\_dns" values have been
set. set.
We can now teardown the infrastructure following the We can now teardown the infrastructure following the
[instructions here](/intro/getting-started/destroy.html). Because [instructions here](https://www.terraform.io/intro/getting-started/destroy.html). Because
we set the 'delete' property of two of the Consul keys, Terraform we set the 'delete' property of two of the Consul keys, Terraform
will cleanup those keys on destroy. We can verify this by using will cleanup those keys on destroy. We can verify this by using
the Web UI. the Web UI.