This message was deleted.
# general
s
This message was deleted.
m
related code:
Copy code
_trigger = glue.Trigger(
    _TRIGGER_NAME,
    _trigger_args,
    pulumi.ResourceOptions(delete_before_replace=True),
)
b
did you run a successful
up
on the resource yet? you need to set delete before replace in state before it’ll take effect
1
m
yeah, I had destroyed all the stack, added "delete_before_replace", and ran "up". Then changed the "Trigger_name" and tried to run "up" again.
b
and it isn’t replacing correctly? could you open an issue?
m
I'll try again immediately and record what's going on in real time.
actually wait a second
Ok no, my assumption failed. I believed if I set "replace_on_changes" to
*
I could make it work. I'll open an issue