From 15f07e0e50ffbf65ae7869cdff5a90c79e3d745e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 12 Nov 2016 22:52:27 -0800 Subject: [PATCH] website: correct description for Terraform section --- website/source/docs/configuration/terraform.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/terraform.html.md b/website/source/docs/configuration/terraform.html.md index 5effde086f..6a4078e32d 100644 --- a/website/source/docs/configuration/terraform.html.md +++ b/website/source/docs/configuration/terraform.html.md @@ -3,7 +3,7 @@ layout: "docs" page_title: "Configuring Terraform" sidebar_current: "docs-config-terraform" description: |- - Atlas is the ideal way to use Terraform in a team environment. Atlas will run Terraform for you, safely handle parallelization across different team members, save run history along with plans, and more. + The `terraform` configuration section is used to configure Terraform itself, such as requiring a minimum Terraform version to execute a configuration. --- # Terraform Configuration