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

Unsupported resource #1940

Closed jvoeller closed 4 weeks ago

jvoeller commented 1 month ago

Hello,

according to the documentation here aws_glue_catalog_database is a supported resource.

me@machine:~$ terraformer import aws -r aws_glue_catalog_database -c true --regions eu-central-1
2024/10/21 12:58:20 aws importing region eu-central-1
2024/10/21 12:58:21 aws importing... aws_glue_catalog_database
2024/10/21 12:58:21 aws error importing aws_glue_catalog_database, err: aws: aws_glue_catalog_database not supported service
2024/10/21 12:58:21 aws Connecting....

Either the documentation is wrong or I am doing something wrong.