Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
01/18/2023, 8:42 AM
This message was deleted.
e
echoing-dinner-19531
01/18/2023, 9:47 AM
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.
echoing-dinner-19531
01/18/2023, 9:48 AM
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
prehistoric-rainbow-44526
01/18/2023, 9:49 AM
Ok thank you . I think I have to "protect" the resource to prevent accidental replacements ..
e
echoing-dinner-19531
01/18/2023, 9:50 AM
Yes
https://www.pulumi.com/docs/intro/concepts/resources/options/protect/
✅ 1
Open in Slack
Previous
Next