does importing s3 buckets not work? i get the erro...
# general
b
does importing s3 buckets not work? i get the error
invalid Amazon S3 ARN, unknown resource type, arn:aws:s3:::bucket-name
a
That's your exact message?
I believe you're missing a critical piece this Arn.
b
ok, but which piece? that arn looks right to me
a
Yea no, you're right. Im still booting for the morning.
b
figured it out,
import
wants the bucket's
id
, not its
arn
🤦‍♂️
s
What is a bucket id in this context? If you are importing it, doesn't that mean this is not a Pulumi managed object?