Commit c9c2ba18 authored by Andreas Kohn's avatar Andreas Kohn

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

parent 5efeb66f
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment