mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-10 08:03:08 -06:00
provider/aws: bump internet gateway detach timeout
This commit is contained in:
parent
ab0a7d8096
commit
6fbebe3172
@ -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
Block a user