Make sure the pulumi convert or pulumi import (I forget which, maybe both) command does not have the option to leave out protect. (It creates a diff when the instructions say there should be no diff.)
Add instructions that talk about how to fix the awkward syntax that results from count in the TF: hoist the variables, and use a single loop with a simple counter (show some of the code).
pulumi convert
orpulumi import
(I forget which, maybe both) command does not have the option to leave outprotect
. (It creates a diff when the instructions say there should be no diff.)count
in the TF: hoist the variables, and use a single loop with a simple counter (show some of the code).