Skip to content

Commit

Permalink
adding final-snapshot status to resourceAwsRedshiftClusterDelete (#8270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Webb authored and stack72 committed Aug 18, 2016
1 parent 5be2486 commit 8c10720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/resource_aws_redshift_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ func resourceAwsRedshiftClusterDelete(d *schema.ResourceData, meta interface{})
}

stateConf := &resource.StateChangeConf{
Pending: []string{"available", "creating", "deleting", "rebooting", "resizing", "renaming"},
Pending: []string{"available", "creating", "deleting", "rebooting", "resizing", "renaming", "final-snapshot"},
Target: []string{"destroyed"},
Refresh: resourceAwsRedshiftClusterStateRefreshFunc(d, meta),
Timeout: 40 * time.Minute,
Expand Down

0 comments on commit 8c10720

Please sign in to comment.