provider/aws: fix incorrect test
This commit is contained in:
parent
cc955e449f
commit
7311019efe
|
@ -701,7 +701,7 @@ resource "aws_elb" "bar" {
|
||||||
}
|
}
|
||||||
|
|
||||||
connection_draining = true
|
connection_draining = true
|
||||||
connection_draining_timeout = 400
|
connection_draining_timeout = 600
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue