Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 committed Feb 6, 2025
1 parent 3d00995 commit 891101d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/rdb/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ func ResourceRdbInstanceCreate(ctx context.Context, d *schema.ResourceData, m in
}
d.SetId(regional.NewIDString(region, res.ID))
id = res.ID

} else {
createReq := &rdb.CreateInstanceRequest{
Region: region,
Expand Down

0 comments on commit 891101d

Please sign in to comment.