GoogleCloudPlatform / terraformer

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

AWS - list of supported service names as --resources parameter #1908

Open PabloPessolani opened 1 month ago

PabloPessolani commented 1 month ago

There should be a list of supported resource names in the "--resources" parameter. The list in https://github.com/GoogleCloudPlatform/terraformer/blob/master/docs/aws.md is not valid as names for this paramter. Regards. PD: ie: terraformer import aws resources_list or terraformer import aws --list

coandco commented 1 month ago

I believe the command you're looking for is terraformer aws import list:

$ terraformer import aws list
accessanalyzer
acm
alb
api_gateway
appsync
auto_scaling
batch
budgets
cloud9
cloudformation
cloudfront
cloudhsm
...