ancient-megabyte-79588
03/29/2021, 11:32 PMbillowy-army-68599
03/30/2021, 12:07 AMancient-megabyte-79588
03/30/2021, 12:41 AMprotected
on the resource of if pulumi has detected the resource is locked in Azure.brave-planet-10645
03/30/2021, 8:49 AMancient-megabyte-79588
03/30/2021, 2:19 PMconst resourceGroup = new azure.core.ResourceGroup("rg-kubernetes",{
name: "rg-kubernetes",
},{
//import: "/subscriptions/ad73ec2e-0337-4de5-983c-3944fcb68be8/resourceGroups/rg-kubernetes",
protect: true, ignoreChanges: ["tags", "id"]
}
);
is producing this replacement
action...replacement
probably safe and not going to delete my control planes in the rg?gorgeous-egg-16927
03/30/2021, 2:28 PMancient-megabyte-79588
03/30/2021, 3:34 PMimport
statement.'import
directivegorgeous-egg-16927
03/30/2021, 9:11 PMsparse-park-68967
03/30/2021, 9:21 PMancient-megabyte-79588
03/30/2021, 9:46 PMimport
directive wants to replace the RG? Replacing an RG is a delete/recreate action afaik and deleting an RG will cause everything inside of it to get deleted too. Our control planes are in that RG, so if they get deleted, then all the clusters and everything in them gets deleted, I think.