This message was deleted.
# general
s
This message was deleted.
a
Something like this, for example:
Copy code
const rg = new azure.core.ResourceGroup('dev-rg', {}, {
  import: '/subscriptions/$uuid/resourceGroups/$name',
});
l
Not to my understanding because of Pulumi auto-naming.
I haven’t tested as of yet (I’ve imported about 30 AWS resources) but after the import succeeds you may be able to remove the
name
property and let auto-naming take over.
a
Thanks. Somehow I missed that section from the docs. I was expecting Pulumi to adopt the name of the resource, treating it as some sort of auto-generated name.
👍🏻 1