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
fix(rds): use CustSubscriptionId instead of CustomerAwsId for event subscriptions
The loadEventSubscription function was incorrectly using CustomerAwsId
(AWS account ID) instead of CustSubscriptionId (subscription name) as the
resource identifier. This caused import failures when the account ID was
used as the subscription name in Terraform operations.
Fixes event subscription import errors where AWS would reject the account
ID as an invalid subscription identifier.
0 commit comments