sparse-intern-71089
02/09/2022, 5:41 PMlittle-cartoon-10569
02/09/2022, 8:06 PMpulumi import
(we also use only non-default providers). I always write the code manually and use the importId
opt when importing a resource.little-cartoon-10569
02/09/2022, 8:08 PMpulumi import
is a great shortcut but doesn't save that much time for experienced users. It's often just as fast to write the code by hand and import it. And if the resource is nested inside a component resource (which for me, it always is), then it's faster to do it manually, since I don't have to move the resource and alias it after importing.bored-table-20691
02/09/2022, 8:54 PMimportId
😄little-cartoon-10569
02/09/2022, 8:58 PMpulumi up
. It's an opt, whose value documented at the bottom of every resource doc page, and which you add during your import run of pulumi up
, then remove immediately afterwards (so Pulumi doesn't try to import it again).little-cartoon-10569
02/09/2022, 8:59 PMbored-table-20691
02/09/2022, 9:01 PMcareful-oil-55681
05/06/2022, 10:09 PM