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
We currently don't check for additionally set fields when processing an update to a subscription. When fields are set that are not used for an update (for example region on an SNS destination) the provider breaks after apply because its new state is inconsistent with its expected state.
We should validate these inputs up front, and throw an error when fields are set that are not expected by the destination.
The text was updated successfully, but these errors were encountered:
We currently don't check for additionally set fields when processing an update to a subscription. When fields are set that are not used for an update (for example
region
on an SNS destination) the provider breaks after apply because its new state is inconsistent with its expected state.We should validate these inputs up front, and throw an error when fields are set that are not expected by the destination.
The text was updated successfully, but these errors were encountered: