https://pulumi.com logo
#python
Title
g

gray-tailor-20387

04/06/2020, 2:37 PM
I'm trying to import a kubernetescluster and nodepool from digitalocean into a pulumi project by adding following argument to the resources:
opts=pulumi.ResourceOptions (import_= "")
I have tried extensively but failed to get it to work, what are all the possibilities for inside of import_ ? Once i've got that right, the only thing i can do wrong is have a different configuration in the code compared to the live implementation, right?