provider/aws: Bump Directory Service creation timeout to 45m
This commit is contained in:
parent
9c3084b2af
commit
77d76a69ba
|
@ -336,7 +336,7 @@ func resourceAwsDirectoryServiceDirectoryCreate(d *schema.ResourceData, meta int
|
||||||
d.Id(), *ds.Stage)
|
d.Id(), *ds.Stage)
|
||||||
return ds, *ds.Stage, nil
|
return ds, *ds.Stage, nil
|
||||||
},
|
},
|
||||||
Timeout: 30 * time.Minute,
|
Timeout: 45 * time.Minute,
|
||||||
}
|
}
|
||||||
if _, err := stateConf.WaitForState(); err != nil {
|
if _, err := stateConf.WaitForState(); err != nil {
|
||||||
return fmt.Errorf(
|
return fmt.Errorf(
|
||||||
|
|
Loading…
Reference in New Issue