will import work here, even though the resource is...
# general
s
will import work here, even though the resource is already managed by pulumi?
b
you can remove the resource from state
pulumi state delete
Then use
pulumi import
s
ahh good idea
thanks!