Fix broken link to Consul demo (#7789)

* fixed broken link

* update one more link
This commit is contained in:
jonatanblue 2016-07-24 20:14:01 +01:00 committed by Paul Stack
parent 8c88038647
commit 9539b25966

View File

@ -25,14 +25,14 @@ and will default to "m1.small" if that key does not exist. Once the instance is
the "tf\_test/id" and "tf\_test/public\_dns" keys will be set with the computed
values for the instance.
Before we run the example, use the [Web UI](http://demo.consul.io/ui/#/nyc1/kv/)
Before we run the example, use the [Web UI](http://demo.consul.io/ui/#/nyc3/kv/)
to set the "tf\_test/size" key to "t1.micro". Once that is done,
copy the configuration into a configuration file ("consul.tf" works fine).
Either provide the AWS credentials as a default value in the configuration
or invoke `apply` with the appropriate variables set.
Once the `apply` has completed, we can see the keys in Consul by
visiting the [Web UI](http://demo.consul.io/ui/#/nyc1/kv/). We can see
visiting the [Web UI](http://demo.consul.io/ui/#/nyc3/kv/). We can see
that the "tf\_test/id" and "tf\_test/public\_dns" values have been
set.