Merge pull request #15379 from bernielomax/bernielomax/fix-private-bitbucket-repo-example

The "Private Bitbucket Repos" example did not work for me. I had to s…
This commit is contained in:
Ryan Uber 2017-06-26 09:35:13 -07:00 committed by GitHub
commit dc53528350
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ You can also specify branches and version withs the ?ref query
```hcl
module "consul" {
source = "git::https://bitbucket.org/foocompany/module_name.git?hotfix
source = "git::https://bitbucket.org/foocompany/module_name.git?ref=hotfix
}
```