docs bug syntax change

rev vs ref in docs.

the default branch on hg is default, not master.
This commit is contained in:
lmorfitt 2017-03-30 16:35:56 +01:00 committed by GitHub
parent 7bf9534b2a
commit 18513bcb8d
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ URLs for Mercurial repositories support the following query parameters:
```
module "consul" {
source = "hg::http://hashicorp.com/consul.hg?ref=master"
source = "hg::http://hashicorp.com/consul.hg?rev=default"
}
```