Skip to content

Commit

Permalink
hashicorp#931 changed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hussfelt committed Apr 1, 2018
1 parent ea2faa9 commit 86d3bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_ses_identity_notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func resourceAwsSesNotificationDelete(d *schema.ResourceData, meta interface{})

setOpts := &ses.SetIdentityNotificationTopicInput{
Identity: aws.String(identity),
NotificationType: aws.String(notification),
NotificationType: aws.String(notificationType),
SnsTopic: nil,
}

Expand Down

0 comments on commit 86d3bcb

Please sign in to comment.