cold-caravan-83486
05/15/2021, 9:14 AMerror: 1 error occurred:
* updating urn:pulumi:dev::Deployment::aws:lambda/permission:Permission::wordPermission: 1 error occurred:
* doesn't support update
Is there a way to force the permission to be deleted and re-created instead of updated; or do I have to remove it from the code and pulumi up
and then put it back again?creamy-knife-93354
05/16/2021, 10:24 AMDeleteBeforeReplace
parameter you can use, in CustomResourceOptions
- maybe that will help 🙂cold-caravan-83486
05/16/2021, 8:00 PMDeleteBeforeReplace
had an effect, or whether the decision to update
was made on the previous state (before DeleteBeforeReplace
was applied).