docs: clarify ssh git module source syntax

refs #2116
This commit is contained in:
Paul Hinze 2015-05-29 20:45:26 -05:00
parent c4af5b2e9a
commit 160c87a3e3

View File

@ -124,9 +124,15 @@ to Terraform (using the forced source type syntax documented below) to use
Git:
```
// force https source
module "consul" {
source = "git::https://hashicorp.com/module.git"
}
// force ssh source
module "ami" {
source = "git::ssh://git@github.com/owner/repo.git"
}
```
URLs for Git repositories (of any protocol) support the following query