Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Sep 10, 2021
1 parent 817e881 commit 3d69e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_sagemaker_endpoint_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ func expandSagemakerEndpointConfigNotificationConfig(configured []interface{}) *
c.ErrorTopic = aws.String(v.(string))
}

if v, ok := m["sucess_topic"]; ok {
if v, ok := m["success_topic"]; ok {
c.SuccessTopic = aws.String(v.(string))
}

Expand Down

0 comments on commit 3d69e8d

Please sign in to comment.