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:
commit
dc53528350
|
@ -120,7 +120,7 @@ You can also specify branches and version withs the ?ref query
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
module "consul" {
|
module "consul" {
|
||||||
source = "git::https://bitbucket.org/foocompany/module_name.git?hotfix
|
source = "git::https://bitbucket.org/foocompany/module_name.git?ref=hotfix
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue