mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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"},
|
Pending: []string{"detaching"},
|
||||||
Target: "detached",
|
Target: "detached",
|
||||||
Refresh: detachIGStateRefreshFunc(conn, d.Id(), vpcID.(string)),
|
Refresh: detachIGStateRefreshFunc(conn, d.Id(), vpcID.(string)),
|
||||||
Timeout: 2 * time.Minute,
|
Timeout: 5 * time.Minute,
|
||||||
Delay: 10 * time.Second,
|
Delay: 10 * time.Second,
|
||||||
}
|
}
|
||||||
if _, err := stateConf.WaitForState(); err != nil {
|
if _, err := stateConf.WaitForState(); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user