typo consul catalog entry example

In the consul catalog entry example `name` was specified in the root of the resource rather than the key `node` which is the actual required key-name.
pull/8722/head
John Dittmar 10 years ago committed by GitHub
parent 926acfd082
commit ddc8f21edc

@ -15,7 +15,7 @@ Provides access to Catalog data in Consul. This can be used to define a node or
```
resource "consul_catalog_entry" "app" {
address = "192.168.10.10"
name = "foobar"
node = "foobar"
service = {
address = "127.0.0.1"
id = "redis1"

Loading…
Cancel
Save