Skip to content

Commit

Permalink
rollback miss updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiranda-hotmart committed Mar 15, 2022
1 parent 366e53b commit 2228ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/dms/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ func resourceEndpointUpdate(d *schema.ResourceData, meta interface{}) error {
AuthSource: aws.String(d.Get("mongodb_settings.0.auth_source").(string)),
}

// Set connection info in top-level namespace as well
// Update connection info in top-level namespace as well
request.Username = aws.String(d.Get("username").(string))
request.Password = aws.String(d.Get("password").(string))
request.ServerName = aws.String(d.Get("server_name").(string))
Expand Down

0 comments on commit 2228ff1

Please sign in to comment.