Merge pull request #8722 from JohnDittmar/patch-1

typo consul catalog entry example
This commit is contained in:
Paul Stack 2016-09-08 08:44:11 +01:00 committed by GitHub
commit 6d22bc0dea
1 changed files with 1 additions and 1 deletions

View File

@ -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"