I'm trying to import a kubernetescluster and nodep...
# python
g
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?