Update terraform.html.md (#10743)

This commit is contained in:
mbfrahry 2016-12-15 04:53:41 -07:00 committed by Paul Stack
parent 9853935876
commit 4d03f26b31
1 changed files with 1 additions and 1 deletions

View File

@ -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.