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:
parent
b5a141fc08
commit
a401aee923
|
@ -50,7 +50,7 @@ The following arguments are supported:
|
||||||
off of. Example stacks can be found in the [Amazon API documentation][1]
|
off of. Example stacks can be found in the [Amazon API documentation][1]
|
||||||
* `template_name` – (Optional) The name of the Elastic Beanstalk Configuration
|
* `template_name` – (Optional) The name of the Elastic Beanstalk Configuration
|
||||||
template to use in deployment
|
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
|
[duration](https://golang.org/pkg/time/#ParseDuration) that Terraform should
|
||||||
wait for an Elastic Beanstalk Environment to be in a ready state before timing
|
wait for an Elastic Beanstalk Environment to be in a ready state before timing
|
||||||
out.
|
out.
|
||||||
|
|
Loading…
Reference in New Issue