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

pull/14829/head
Elad Efrat 9 years ago committed by Radek Simko
parent 96f391dafc
commit 10b7418b01

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

Loading…
Cancel
Save