related question: how do I find out what the righ...
# getting-started
b
related question: how do I find out what the right resource type is to pass to
pulumi import
? I thought it would be the type field in the yaml tab of the docs, but that seems inconsistent: •
type: aws-native:elasticloadbalancingv2:ListenerRule
->
aws-native:elasticloadbalancingv2:ListenerRule
type: aws:s3:Bucket
->
aws:s3/bucket:Bucket
type: aws:lb:ListenerRule
-> ??? (not any of:
aws:lb:ListenerRule
,
aws:lb/listenerrule:ListenerRule
,
aws:lb/loadbalancer:ListenerRule
) I assume there is some other place to look this up that I'm just missing
b
b
ah hah! I didn't go down that far because I thought it was all subtypes
I was wondering, the general import docs say to refer to the provider docs on importing and I couldn't find them. There they are 🙂
(oh, also I guess they aren't filled out for aws-native, which was the first one I was looking at)