This message was deleted.
# azure
s
This message was deleted.
l
Have you seen this in the API docs for Azure Native: https://www.pulumi.com/registry/packages/azure-native/api-docs/resources/resourcegroup/#import The example command line has more after /subscription/[subscription-id]:
Copy code
pulumi import azure-native:resources:ResourceGroup myResourceGroup /subscriptions/{subscription-id}/resourceGroups/myResourceGroup
1
r
Thanks, that did the trick. I tried that initially, but have azure-nativeresourceresourceGroups maybe the ResourceGroup was the issue in the type name
✔️ 1
l
FWIW, I keep an "import" stack in my project so I can do imports into a stack other than the one where I actually want Pulumi to manage the resources.