https://pulumi.com logo
Title
s

sparse-soccer-23105

01/05/2023, 8:06 AM
Hi everyone, quick question, I'm trying to import existing resources from AWS but am facing plenty of:
error: Preview failed: unrecognized resource type (Read):
ie:
error: Preview failed: unrecognized resource type (Read): aws:rds/dbclustersnapshot:DBClusterSnapshot
From my understanding, the
token
is wrong, how and/or where can I get a list of those ? Thanks !
e

echoing-dinner-19531

01/05/2023, 9:34 AM
Most of the docs should have an "Import" section that lists the token, e.g. for and rds clustersnapshot: https://www.pulumi.com/registry/packages/aws/api-docs/rds/clustersnapshot/#import
s

sparse-soccer-23105

01/05/2023, 9:36 AM
Indeed, thank you very much 🙂