mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user