This message was deleted.
# general
s
This message was deleted.
e
Probably not. Name is probably a non-modifiable attribute so if you change it pulumi has to delete/recreate rather than doing an inplace update.
Although if your talking about the first name parameter ('`atlas_project'` in your code) then you can change that and tell pulumi what the old name was with aliases: https://www.pulumi.com/docs/intro/concepts/resources/options/aliases/
p
Ok thank you . I think I have to "protect" the resource to prevent accidental replacements ..
e