website: Fix typo in the configuration language introduction page
This commit is contained in:
parent
ee5d4698a2
commit
00cc5781ab
|
@ -97,7 +97,7 @@ resources into source files in whatever way makes sense for your infrastructure.
|
||||||
## Terraform CLI vs. Providers
|
## Terraform CLI vs. Providers
|
||||||
|
|
||||||
The Terraform command line interface (CLI) is a general engine for evaluating
|
The Terraform command line interface (CLI) is a general engine for evaluating
|
||||||
and applying Terraform configuations. It defines the Terraform language syntax
|
and applying Terraform configurations. It defines the Terraform language syntax
|
||||||
and overall structure, and coordinates sequences of changes that must be made to
|
and overall structure, and coordinates sequences of changes that must be made to
|
||||||
make remote infrastructure match the given configuration.
|
make remote infrastructure match the given configuration.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue