diff --git a/builtin/providers/aws/resource_aws_elastic_beanstalk_environment.go b/builtin/providers/aws/resource_aws_elastic_beanstalk_environment.go index c181af3fa..35815f41f 100644 --- a/builtin/providers/aws/resource_aws_elastic_beanstalk_environment.go +++ b/builtin/providers/aws/resource_aws_elastic_beanstalk_environment.go @@ -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 },