Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link to Consul demo #7789

Merged
merged 2 commits into from
Jul 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/source/intro/examples/consul.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down