Merge pull request #283 from polynomial/master

website: small typo
This commit is contained in:
Mitchell Hashimoto 2014-09-09 14:30:10 -07:00
commit 7cdfc33b3f
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ $ terraform plan -var 'amis.us-east-1=foo'
## Next
Terraform provides variables for parameterizing your configurations.
Mappings let you build lookup tables in cases where that make sense.
Mappings let you build lookup tables in cases where that makes sense.
Setting and using variables is uniform throughout your configurations.
In the next section, we'll take a look at