Make `wait_for_ready_timeout` default match code (#14149)

The `wait_for_ready_timeout` timeout was listed as 10m, but
cd79471ecb altered reality to be 20m. The
documentation should match the code.
This commit is contained in:
Adam Wright 2017-05-02 16:01:03 +01:00 committed by Radek Simko
parent b5a141fc08
commit a401aee923
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The following arguments are supported:
off of. Example stacks can be found in the [Amazon API documentation][1]
* `template_name` (Optional) The name of the Elastic Beanstalk Configuration
template to use in deployment
* `wait_for_ready_timeout` - (Default: `10m`) The maximum
* `wait_for_ready_timeout` - (Default: `20m`) The maximum
[duration](https://golang.org/pkg/time/#ParseDuration) that Terraform should
wait for an Elastic Beanstalk Environment to be in a ready state before timing
out.