https://pulumi.com logo
Title
b

bulky-agent-73210

04/28/2022, 4:33 PM
Hi folks, are there any tutorials, how to import existing values into a resource, for the inline program (preferably Go)?
b

billowy-army-68599

04/28/2022, 5:02 PM
do you mean with
pulumi import
?
b

bulky-agent-73210

04/28/2022, 5:03 PM
Not exactly, I’d like to avoid pulumi CLI, that’s why I’m using inline stack management code.
b

billowy-army-68599

04/28/2022, 5:04 PM
that's not possible right now, yu'd need to use
pulumi import
then copy the code into your automation api program
b

bulky-agent-73210

05/03/2022, 7:12 AM
Alright, thanks. Is there a way to import resources from custom pulumi provider via pulumi CLI?