From a496b45c2c6fad3a52371a7bfbe0d664b42a27a8 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Wed, 6 Sep 2017 10:44:59 +0100 Subject: [PATCH] Add some missing quotes in the Module docs --- website/docs/modules/sources.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/modules/sources.html.markdown b/website/docs/modules/sources.html.markdown index 08ebd0a426..e5b1a971a7 100644 --- a/website/docs/modules/sources.html.markdown +++ b/website/docs/modules/sources.html.markdown @@ -112,7 +112,7 @@ Private bitbucket repositories must be specified similar to the Generic Git Resp ```hcl module "consul" { - source = "git::https://bitbucket.org/foocompany/module_name.git + source = "git::https://bitbucket.org/foocompany/module_name.git" } ``` @@ -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?ref=hotfix + source = "git::https://bitbucket.org/foocompany/module_name.git?ref=hotfix" } ``` @@ -194,7 +194,7 @@ Terraform then looks for the resulting module URL in the following order: 2. Terraform will look for a `` tag with the name of `terraform-get`, for example: ```html - + ``` ### S3 Bucket