Merge pull request #8722 from JohnDittmar/patch-1
typo consul catalog entry example
This commit is contained in:
commit
6d22bc0dea
|
@ -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…
Reference in New Issue