quick-grass-21027
07/19/2023, 6:29 PMterraform taint
? i.e. tell pulumi to destroy and recreate a resource, even though the definition hasn't changed. I've done some cursory searching, and I know I can delete state from a stack manually, but that doesn't seem to delete the resource behind the state (e.g. the AWS EC2 instance).full-eve-52536
07/19/2023, 6:31 PMquick-grass-21027
07/19/2023, 6:33 PM--target-dependents
or you'll end up not triggering important parts of your dependency graph (e.g. updating Route53 A records) ... pulumi up --target-dependents --target-replace my:urn
worked for me