Skip to content

Commit

Permalink
docs: Fix typo in Beanstalk env + link to AWS docs (#6219)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored and stack72 committed Apr 19, 2016
1 parent f2fef25 commit 3213b3c
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 3213b3c

Please sign in to comment.