Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Feb 24, 2023
1 parent 0d3c4e3 commit 90c58db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/rds/snapshot_copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func resourceSnapshotCopyCreate(ctx context.Context, d *schema.ResourceData, met

d.SetId(aws.StringValue(out.DBSnapshot.DBSnapshotIdentifier))

err = waitSnapshotAvailable(ctx, d, meta)
err = waitSnapshotCopyAvailable(ctx, d, meta)
if err != nil {
return diag.FromErr(err)
}
Expand Down

0 comments on commit 90c58db

Please sign in to comment.