Thank you for the pointer. This helps in finding the actual names manually. The format of the tokens seems to be a bit different when comparing native provider vs TF-bridged provider, e.g. aws
ec2/internetGatewayInternetGateway vs aws-native
ec2InternetGateway, is this a general pattern or just specific for some providers?
Anyway, I was thinking about handling the import a bit more programmatically.
However, I noticed that Former2 (
https://former2.com) now generates Pulumi code from AWS infrastructure, so that will address some usability aspects already for import. Just need to tweak the generated code a bit.