Merge pull request #89 from scottsuch/minor_typo

Removes duplicate 'a'
This commit is contained in:
Jack Pearkes 2014-07-29 11:33:06 -04:00
commit 6522f568bb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ developers to build their own tooling to build and manage their infrastructure.
Terraform is not intended to give low-level programmatic access to Terraform is not intended to give low-level programmatic access to
providers, but instead provides a high level syntax for describing providers, but instead provides a high level syntax for describing
how cloud resources and services should be created, provisioned, and how cloud resources and services should be created, provisioned, and
combined. Terraform is very flexible, using a a plugin-based model to combined. Terraform is very flexible, using a plugin-based model to
support providers and provisioners, giving it the ability to support support providers and provisioners, giving it the ability to support
almost any service that exposes APIs. almost any service that exposes APIs.