Skip to content

Commit

Permalink
Merge branch 'awsdocs-elasticbeanstalk-examples' into develop
Browse files Browse the repository at this point in the history
* awsdocs-elasticbeanstalk-examples:
  Formatting and Typos
  • Loading branch information
jamesls committed Sep 16, 2015
2 parents 50f78ac + 25df604 commit 0274492
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions awscli/examples/elasticbeanstalk/create-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Output::

{
"ApplicationName": "my-app",
"EnvironmentName": "myAppEnv",
"EnvironmentName": "my-env",
"VersionLabel": "v1",
"Status": "Launching",
"EnvironmentId": "e-izqpassy4h",
Expand All @@ -17,14 +17,14 @@ Output::
"Health": "Grey",
"Tier": {
"Type": "Standard",
"Name": "WebServer"
"Version": " ",
"Name": "WebServer",
"Version": " "
},
"DateUpdated": "2015-02-03T23:04:54.479Z",
"DateCreated": "2015-02-03T23:04:54.479Z"
}

``v1`` is the label of an application version previously updloaded with `create-application-version`_.
``v1`` is the label of an application version previously uploaded with `create-application-version`_.

.. _`create-application-version`: http://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/create-application-version.html

Expand Down

0 comments on commit 0274492

Please sign in to comment.