From d157eea2e3add1bb47cb410528e9298f1e8d5c6e Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 19 Apr 2017 14:56:11 -0700 Subject: [PATCH] website: Correct capitalization of "Bitbucket" Previously we fixed this specifically for the Enterprise VCS integration, but we also had some long-running errors of this sort in the docs for how to specify module sources on Bitbucket. --- website/source/docs/modules/sources.html.markdown | 8 ++++---- website/source/layouts/enterprise.erb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/docs/modules/sources.html.markdown b/website/source/docs/modules/sources.html.markdown index 241f76310..b30cab033 100644 --- a/website/source/docs/modules/sources.html.markdown +++ b/website/source/docs/modules/sources.html.markdown @@ -17,7 +17,7 @@ Terraform supports the following sources: * GitHub - * BitBucket + * Bitbucket * Generic Git, Mercurial repositories @@ -85,9 +85,9 @@ module "private-infra" { **Note:** Terraform does not yet support interpolations in the `source` field, so the machine username and password will have to be embedded directly into the `source` string. You can track [GH-1439](https://github.com/hashicorp/terraform/issues/1439) to learn when this limitation is addressed. -## BitBucket +## Bitbucket -Terraform will automatically recognize BitBucket URLs and turn them into a link to the specific Git or Mercurial repository, for example: +Terraform will automatically recognize Bitbucket URLs and turn them into a link to the specific Git or Mercurial repository, for example: ```hcl module "consul" { @@ -105,7 +105,7 @@ module "consul" { **Note:** The double-slash, `//`, is important. It is what tells Terraform that this is the separator for a subdirectory, and not part of the repository itself. -BitBucket URLs will require that Git or Mercurial is installed on your system, depending on the type of repository. +Bitbucket URLs will require that Git or Mercurial is installed on your system, depending on the type of repository. ## Generic Git Repository diff --git a/website/source/layouts/enterprise.erb b/website/source/layouts/enterprise.erb index fb764a10f..127074249 100644 --- a/website/source/layouts/enterprise.erb +++ b/website/source/layouts/enterprise.erb @@ -117,7 +117,7 @@ GitLab > - BitBucket + Bitbucket