Fix typo (tesr -> test) (#14825)
This commit is contained in:
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…
Reference in New Issue