match the system limit

This commit is contained in:
clint shryock 2016-07-13 15:39:53 -06:00
parent de60481428
commit a941963ca2
1 changed files with 1 additions and 1 deletions

View File

@ -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
},