You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when a Custom Resource failed to create and returned a physical resource ID the provider returns ErrorResourceInitFailed which stores the resource in state. This will cause an trigger an update on the next run.
CloudFormation doesn't do an update, it rather issues a delete and creates a new resource. We should do the same and make sure the resource is being replaced.
The text was updated successfully, but these errors were encountered:
Right now when a Custom Resource failed to create and returned a physical resource ID the provider returns
ErrorResourceInitFailed
which stores the resource in state. This will cause an trigger an update on the next run.CloudFormation doesn't do an update, it rather issues a delete and creates a new resource. We should do the same and make sure the resource is being replaced.
The text was updated successfully, but these errors were encountered: