match the system limit
This commit is contained in:
parent
de60481428
commit
a941963ca2
|
@ -146,7 +146,7 @@ func resourceAwsElasticBeanstalkEnvironment() *schema.Resource {
|
|||
}
|
||||
if duration < 10*time.Second || duration > 60*time.Second {
|
||||
errors = append(errors, fmt.Errorf(
|
||||
"%q must be between 10s and 60s", k))
|
||||
"%q must be between 10s and 180s", k))
|
||||
}
|
||||
return
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue