Merge pull request #25147 from hashicorp/dont-use-demo-in-config

use example.com address in consul backend config
This commit is contained in:
Alisdair McDiarmid 2020-06-05 13:46:55 -04:00 committed by GitHub
commit 6c3ad8eaad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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