silly-fireman-6851
03/26/2024, 1:22 PMpulumi up for the first time, it created everything successfully
• if I rerun pulumi up it throws error saying entity already exists
• in aws cloudformation it just says that no changes required
• is there a way we can do pulumi up multiple times without failinghallowed-horse-57635
03/26/2024, 1:26 PMsilly-fireman-6851
03/26/2024, 1:30 PMhallowed-horse-57635
03/26/2024, 3:24 PMlittle-cartoon-10569
03/26/2024, 9:02 PMpulumi up doesn't simply create the resources, it does whatever's needed to get the in-cloud resources matching the in-code shape of the resources. So it will update, delete, replace or whatever. It should always be safe to run pulumi up, unless there's something "unsafe" in the code.