Skip to content

Commit

Permalink
Add miss removed request
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiranda-hotmart committed Mar 15, 2022
1 parent 2228ff1 commit 51d2d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/dms/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ func resourceEndpointUpdate(d *schema.ResourceData, meta interface{}) error {
DocsToInvestigate: aws.String(d.Get("mongodb_settings.0.docs_to_investigate").(string)),
AuthSource: aws.String(d.Get("mongodb_settings.0.auth_source").(string)),
}
request.EngineName = aws.String(engineName)

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

0 comments on commit 51d2d35

Please sign in to comment.