provider/aws: fix incorrect test

This commit is contained in:
Mitchell Hashimoto 2015-05-06 10:20:05 -07:00
parent cc955e449f
commit 7311019efe
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ resource "aws_elb" "bar" {
}
connection_draining = true
connection_draining_timeout = 400
connection_draining_timeout = 600
}
`