https://pulumi.com logo
#aws
Title
w

wonderful-dog-9045

05/28/2020, 6:17 PM
how do i find the import id of existing ebs volume ? https://www.pulumi.com/blog/adopting-existing-cloud-resources-into-pulumi/ is very vague about this.
is it the resource ARN?
or the volume id?
f

future-barista-68134

05/28/2020, 6:39 PM
From https://www.pulumi.com/docs/intro/concepts/programming-model/#import:
This ID is the same that would be returned by the `id`property for any resource created by Pulumi; this is resource-specific.
So for EBS it would be the volume id 🙂
w

wonderful-dog-9045

05/28/2020, 7:57 PM
thx