https://pulumi.com logo
#general
Title
# general
f

few-yacht-11623

07/28/2022, 4:58 PM
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

echoing-dinner-19531

07/28/2022, 9:39 PM
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
10 Views