Properly escape security_group_id to avoid markdown interpretation of the '_'

This commit is contained in:
Andreas Kohn 2014-06-20 14:22:22 +02:00
parent 5efeb66fdb
commit c9c2ba180e
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.