Fix typo (tesr -> test) (#14825)

This commit is contained in:
Elad Efrat 2017-05-25 16:52:42 +03:00 committed by Radek Simko
parent 96f391dafc
commit 10b7418b01
1 changed files with 1 additions and 1 deletions

View File

@ -137,5 +137,5 @@ For **environment** the following attributes are supported:
Lambda Functions can be imported using the `function_name`, e.g.
```
$ terraform import aws_lambda_function.tesr_lambda my_test_lambda_function
$ terraform import aws_lambda_function.test_lambda my_test_lambda_function
```