mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
website: copy
This commit is contained in:
parent
b30c17a499
commit
4c739423a4
@ -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.
|
||||
|
@ -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>
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user