From 4d03f26b31f4ed44fec9433c4df393c3e796abe5 Mon Sep 17 00:00:00 2001 From: mbfrahry Date: Thu, 15 Dec 2016 04:53:41 -0700 Subject: [PATCH] Update terraform.html.md (#10743) --- 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 6a4078e32d..fcdf4a5590 100644 --- a/website/source/docs/configuration/terraform.html.md +++ b/website/source/docs/configuration/terraform.html.md @@ -31,7 +31,7 @@ The `terraform` block configures the behavior of Terraform itself. The currently only allowed configuration within this block is `required_version`. This setting specifies a set of version constraints -that must me bet to perform operations on this configuration. If the +that must be met to perform operations on this configuration. If the running Terraform version doesn't meet these constraints, an error is shown. See the section below dedicated to this option.