Merge pull request #25147 from hashicorp/dont-use-demo-in-config
use example.com address in consul backend config
This commit is contained in:
commit
6c3ad8eaad
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue