Question regarding existing resources. I've defined a resource group with the azure native provider in code and this resource group already exists in azure. I have an empty stack. If I do pulumi refresh it does not add the resource group. Do I have to import it? If so, how does this scale to many existing resources - I have to manually look up all the resource IDs and construct import commands for each one? Is there a better way to achieve this?