From a800616af92a0f877e6705ce94a2b5f85f5391d5 Mon Sep 17 00:00:00 2001 From: Chris Riley Date: Fri, 17 Mar 2017 14:40:42 -0700 Subject: [PATCH] Added all TFE VCS files --- .../source/docs/enterprise/vcs/github.html.md | 16 ++++++++++------ website/source/docs/enterprise/vcs/index.html.md | 2 +- website/source/layouts/vcs.erb | 5 ++++- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/website/source/docs/enterprise/vcs/github.html.md b/website/source/docs/enterprise/vcs/github.html.md index e9163f9a6..e07c2622e 100755 --- a/website/source/docs/enterprise/vcs/github.html.md +++ b/website/source/docs/enterprise/vcs/github.html.md @@ -1,27 +1,31 @@ --- -title: "GitHub Integration" +layout: "vcs" +page_title: "GitHub Integration" +sidebar_current: "docs-enterprise-vcs" +description: |- + GitHub repositories can be integrated with Terraform Enterprise by using push command. --- # GitHub Integration GitHub can be used to import Terraform configuration, automatically queuing runs when changes are merged into a repository's default branch. Additionally, -plans are run when a pull request is created or updated. Atlas will update the +plans are run when a pull request is created or updated. Terraform Enterprise will update the pull request with the result of the Terraform plan providing quick feedback on proposed changes. ## Setup -Atlas environments are linked to individual GitHub repositories. However, a -single GitHub repository can be linked to multiple Atlas environments allowing +Terraform Enterprise environments are linked to individual GitHub repositories. However, a +single GitHub repository can be linked to multiple environments allowing a single set of Terraform configuration to be used across multiple environments. -Atlas environments can be linked when they're initially created using the +Environments can be linked when they're initially created using the [New Environment](https://atlas.hashicorp.com/configurations/import) process. Existing environments can be linked by setting GitHub details in their **Integrations**. -To link an Atlas environment to a GitHub repository, you need three pieces of +To link a Terraform Enterprise environment to a GitHub repository, you need three pieces of information: - **GitHub repository** - The location of the repository being imported in the diff --git a/website/source/docs/enterprise/vcs/index.html.md b/website/source/docs/enterprise/vcs/index.html.md index d1b29c5f8..756e28d82 100755 --- a/website/source/docs/enterprise/vcs/index.html.md +++ b/website/source/docs/enterprise/vcs/index.html.md @@ -1,7 +1,7 @@ --- layout: "vcs" page_title: "Integration with Version Control Software" -sidebar_current: "docs-enterprise-artifact" +sidebar_current: "docs-enterprise-vcs" description: |- Terraform Enterprise can integrate with version control software Git and GitHub. --- diff --git a/website/source/layouts/vcs.erb b/website/source/layouts/vcs.erb index f53c51cbd..bf2d0d3dd 100644 --- a/website/source/layouts/vcs.erb +++ b/website/source/layouts/vcs.erb @@ -10,7 +10,10 @@ VCS Integration