https://pulumi.com logo
Title
g

green-daybreak-98726

04/22/2021, 6:26 PM
Hello - had a random error show up today with one of our email identities. We recently switched out which "no-reply" email we use, and it seems the original switched the email identity to a valid one successfully but it didn't get updated in all places. After this happened, on subsequent runs, everything is successful except for our SNS topics. The issue seems to be that it wants to delete/remove something that no longer exists from a previous run, but we are not 100% sure. Is there a way to manually force this update to remove the unlinked email that we no longer use? Note: I've stripped the email we are using and replaced it with
{REMOVED_EMAIL_ADDRESS}
aws:ses:IdentityNotificationTopic (***-dev-bounce-notification):
      error: deleting urn:pulumi:dev::***::aws:ses/identityNotificationTopic:IdentityNotificationTopic::***-dev-bounce-notification: 1 error occurred:
      	* Error deleting SES Identity Notification Topic: InvalidParameterValue: Identity arn:aws:ses:***:***:identity/{REMOVED_EMAIL_ADDRESS} is invalid. Must be a verified email address or domain.
r

red-match-15116

04/22/2021, 6:38 PM
Have you tried
pulumi refresh
?
g

green-daybreak-98726

04/22/2021, 6:43 PM
Let me give it a try!
Thanks for the quick response 🙂
👍🏽 1
@red-match-15116 so, it looks like somehow a resource URN was tagged to 2 different things. It did say "Pending deletion" on one of them, which is the one we wanted to remove in the first place. Still not sure why it never truly removed that one. The fix was to force delete the extraneous reference manually.