gorgeous-architect-28903
07/23/2024, 6:01 PMpulumi state rename
+ pulumi refresh
what I want? It isn’t clear to me from the docs if pulumi state rename
is for updating the physical name of the resource.little-cartoon-10569
07/23/2024, 8:23 PMdelightful-match-8220
07/24/2024, 3:49 PMlittle-cartoon-10569
07/24/2024, 7:26 PMpulumi refresh
to get the real properties of the new resource.little-cartoon-10569
07/24/2024, 7:34 PMpulumi state delete
the old resource and all of its dependencies.
3. Replace the code for the old resource with the code for the new resource. If you've used the old resource's name, this may be essentially a no-op.
4. Update the existing code for all the dependencies with the import
opt.
5. Run pulumi up
and resolve any sync errors.
6. Remove all the import
opts.delightful-match-8220
07/24/2024, 7:36 PMdelightful-match-8220
07/24/2024, 7:36 PMlittle-cartoon-10569
07/24/2024, 7:42 PMlittle-cartoon-10569
07/24/2024, 7:43 PMdelightful-match-8220
07/24/2024, 7:44 PM