Merge pull request #11041 from hhercules/master
Increasing timeout for redshift cluster creation
This commit is contained in:
commit
ed60b73959
|
@ -416,7 +416,7 @@ func resourceAwsRedshiftClusterCreate(d *schema.ResourceData, meta interface{})
|
||||||
Pending: []string{"creating", "backing-up", "modifying", "restoring"},
|
Pending: []string{"creating", "backing-up", "modifying", "restoring"},
|
||||||
Target: []string{"available"},
|
Target: []string{"available"},
|
||||||
Refresh: resourceAwsRedshiftClusterStateRefreshFunc(d, meta),
|
Refresh: resourceAwsRedshiftClusterStateRefreshFunc(d, meta),
|
||||||
Timeout: 40 * time.Minute,
|
Timeout: 75 * time.Minute,
|
||||||
MinTimeout: 10 * time.Second,
|
MinTimeout: 10 * time.Second,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue