Skip to content

Commit

Permalink
website: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Jul 28, 2014
1 parent b30c17a commit 4c73942
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions website/source/docs/providers/consul/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ sidebar_current: "docs-consul-index"

# Consul Provider

The Consul provider exposes resources used to interact with
the Consul catalog. The provider optionally must can be configured with
[Consul](http://www.consul.io) is a tool for service discovery, configuration
and orchestration The Consul provider exposes resources used to interact with a
Consul cluster. The provider optionally must can be configured with
to change default behavior.

Use the navigation to the left to read about the available resources.
Expand Down
4 changes: 2 additions & 2 deletions website/source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<div class="">
<div class="display">
<p>resource "digitalocean_droplet" "web" {</p>
<p> name = "baz"</p>
<p> name = "tf-web"</p>
<p> size = "512mb"</p>
<p> image = "centos-5-8-x32"</p>
<p> region = "sfo1"</p>
Expand All @@ -153,7 +153,7 @@
<p>resource "dnsimple_record" "hello" {</p>
<p> domain = "jack.ly"</p>
<p> name = "hello"</p>
<p> value = "<span class="txt-r">${digitalocean_droplet.foobar.ipv4_address}</span>"</p>
<p> value = "<span class="txt-r">${digitalocean_droplet.web.ipv4_address}</span>"</p>
<p> type = "A"</p>
<p>}</p>
</div>
Expand Down

0 comments on commit 4c73942

Please sign in to comment.