Hi folks, are there any tutorials, how to import e...
# general
b
Hi folks, are there any tutorials, how to import existing values into a resource, for the inline program (preferably Go)?
b
do you mean with
pulumi import
?
b
Not exactly, I’d like to avoid pulumi CLI, that’s why I’m using inline stack management code.
b
that's not possible right now, yu'd need to use
pulumi import
then copy the code into your automation api program
b
Alright, thanks. Is there a way to import resources from custom pulumi provider via pulumi CLI?