How exactly do I use `pulumi import` on an existin...
# general
f
How exactly do I use
pulumi import
on an existing resource. Say I have an ARN of a resource I manually created:
arn:aws:iam::12345:saml-provider/VPN
. How would I import it?
l
Check the bottom of the doc page for that resource type, there's an example there.
f
ah gotcha! yeah that's super useful, I wish I knew about
import
before. I spent hours figuring out how config fields map over
👍 1