Merge pull request #1275 from ankon/docs-amazon-escaping

Properly escape security_group_id to avoid markdown interpretation of the '_'
This commit is contained in:
Ross Smith II 2014-06-20 08:53:05 -07:00
commit 466b6d2d82
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ each category, the available configuration keys are alphabetized.
* `security_group_ids` (array of strings) - A list of security groups as
described above. Note that if this is specified, you must omit the
security_group_id.
`security_group_id`.
* `ssh_port` (integer) - The port that SSH will be available on. This defaults
to port 22.

View File

@ -153,7 +153,7 @@ each category, the available configuration keys are alphabetized.
* `security_group_ids` (array of strings) - A list of security groups as
described above. Note that if this is specified, you must omit the
security_group_id.
`security_group_id`.
* `ssh_port` (integer) - The port that SSH will be available on. This defaults
to port 22.