millions-pharmacist-626
04/07/2023, 4:41 PMdeleteBeforeReplace
to true
, but pulumi still tries to create the new one before deleting the old, and I get an error (see screenshot). What am I missing?_trigger = glue.Trigger(
_TRIGGER_NAME,
_trigger_args,
pulumi.ResourceOptions(delete_before_replace=True),
)
billowy-army-68599
04/07/2023, 4:43 PMup
on the resource yet? you need to set delete before replace in state before it’ll take effectmillions-pharmacist-626
04/07/2023, 5:58 PMbillowy-army-68599
04/07/2023, 6:05 PMmillions-pharmacist-626
04/07/2023, 6:06 PM*
I could make it work. I'll open an issue