Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/aws: Updating state when
aws_sns_topic_subscription
is (#6629
) missing Fixes #6625 When an SNS topic subscription was created with TF and then removed via the AWS Console, Terraform threw an error: ``` * aws_sns_topic_subscription.testme: NotFound: Subscription does not * exist status code: 404, request id: a22e7ed7-3630-5a8a-b767-317ac1440e24 ``` This PR will remove the topic subscription from state on a NotFound and will then readd the subscripton
- Loading branch information