mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-26 06:02:09 -04:00
documentation/aws: More additions of Import documention to the AWS (#7729)
resources
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user