documentation/aws: More additions of Import documention to the AWS (#7729)

resources
This commit is contained in:
Paul Stack
2016-07-20 23:28:59 +01:00
committed by GitHub
parent d6d0c9087e
commit 5f6ea8b18e
60 changed files with 424 additions and 11 deletions

View File

@@ -79,3 +79,11 @@ resource "aws_lambda_function" "test_lambda" {
[5]: https://docs.aws.amazon.com/lambda/latest/dg/limits.html
[6]: https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Runtime
[7]: http://docs.aws.amazon.com/lambda/latest/dg/vpc.html
## Import
Lambda Functions can be imported using the `function_name`, e.g.
```
$ terraform import aws_lambda_function.tesr_lambda my_test_lambda_function
```