diff --git a/website/docs/backends/types/consul.html.md b/website/docs/backends/types/consul.html.md index c73ab6f3d..740d97502 100644 --- a/website/docs/backends/types/consul.html.md +++ b/website/docs/backends/types/consul.html.md @@ -19,7 +19,7 @@ This backend supports [state locking](/docs/state/locking.html). ```hcl terraform { backend "consul" { - address = "demo.consul.io" + address = "consul.example.com" scheme = "https" path = "full/path" }