docs: Fix typo in Beanstalk env + link to AWS docs (#6219)

This commit is contained in:
Radek Simko 2016-04-19 13:14:07 +01:00 committed by Paul Stack
parent f2fef2556a
commit 3213b3c6de
1 changed files with 6 additions and 3 deletions

View File

@ -63,6 +63,9 @@ changing these tags after initial application
<a id="option-settings"></a>
## Option Settings
Some options can be stack-specific, check [AWS Docs](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html)
for supported options and examples.
The `setting` and `all_settings` mappings support the following format:
* `namespace` - (Optional) unique namespace identifying the option's
@ -78,9 +81,9 @@ The following attributes are exported:
* `description` - Description of the Elastic Beanstalk Environment.
* `tier` - The environment tier specified.
* `application` The Elastic Beanstalk Application specified for this environment.
* `setting`  Settings specifically set for this Environment.
* `all_settings`  List of all option settings configured in the Environment. These
are a combination of default settings and their overrides from `settings` in
* `setting` Settings specifically set for this Environment.
* `all_settings` List of all option settings configured in the Environment. These
are a combination of default settings and their overrides from `setting` in
the configuration.
* `cname` - Fully qualified DNS name for the Environment.
* `autoscaling_groups` - The autoscaling groups used by this environment.