GoogleCloudPlatform / terraformer

CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
Apache License 2.0
12.67k stars 1.65k forks source link

Error importing Lambda from AWS #1900

Closed sanvir10 closed 1 month ago

sanvir10 commented 4 months ago

Error importing lambda_function:

terraformer import aws --resources=aws_lambda_function --profile=my-profile

I get this error:

aws error importing aws_lambda_function, err: aws: aws_lambda_function not supported service
eazevedo-cloud commented 3 months ago

Use "terraformer import aws list" to get a list of supported resources names

$ terraformer import aws list |grep lambda lambda

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 7 days with no activity.