Merge pull request #2669 from kjperry/master
provider/aws: bump internet gateway detach timeout
This commit is contained in:
commit
933bc85c8f
|
@ -207,7 +207,7 @@ func resourceAwsInternetGatewayDetach(d *schema.ResourceData, meta interface{})
|
|||
Pending: []string{"detaching"},
|
||||
Target: "detached",
|
||||
Refresh: detachIGStateRefreshFunc(conn, d.Id(), vpcID.(string)),
|
||||
Timeout: 2 * time.Minute,
|
||||
Timeout: 5 * time.Minute,
|
||||
Delay: 10 * time.Second,
|
||||
}
|
||||
if _, err := stateConf.WaitForState(); err != nil {
|
||||
|
|
Loading…
Reference in New Issue