fierce-sunset-50815
12/02/2024, 9:17 AMpulumi import azure-native:resources:ResourceGroup rg-common-development /subscriptions/<subId>/resourcegroups/COMMON
◦ I tried this command, it worked and it also printed the TypeScript code, that I then pasted in my repo. It has no parents, so it's a quick one.
• k8s namespace:
◦ on the doc, found here, I can't see any import section... so how should I approach this? In any case I can't delete the namespace and recreate with pulumi, so I have to import it and be able to manage it as a standard pulumi resource
Thank you!fierce-sunset-50815
12/04/2024, 4:07 PMmodern-zebra-45309
12/04/2024, 4:34 PMNamespace.get()
if you don't want to put it under Pulumi's control.fierce-sunset-50815
12/04/2024, 8:30 PM