Skip to content

Commit 806a706

Browse files
author
Kevin Crawley
committed
hashicorp#8051 :: bumped aws_rds_cluster timeout to 40 minutes
1 parent 66e5b1c commit 806a706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/providers/aws/resource_aws_rds_cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ func resourceAwsRDSClusterCreate(d *schema.ResourceData, meta interface{}) error
373373
Pending: []string{"creating", "backing-up", "modifying"},
374374
Target: []string{"available"},
375375
Refresh: resourceAwsRDSClusterStateRefreshFunc(d, meta),
376-
Timeout: 15 * time.Minute,
376+
Timeout: 40 * time.Minute,
377377
MinTimeout: 3 * time.Second,
378378
}
379379

0 commit comments

Comments
 (0)