can you use `pulumi import` with the `aws-native` ...
# general
f
can you use
pulumi import
with the
aws-native
provider? I tried
pulumi import aws-native:s3/bucket:Bucket my-bucket my-bucket
and I get
Copy code
Resource type aws-native:s3/bucket:Bucket not found
Not sure how to find the correct name for these
e
I think the type token for aws-native would just be
aws-native:s3:Bucket
but I'm not sure importing is fully supported for aws-native yet, which is why the docs don't have "How to import" sections for the resources.
👍 1