Properly escape security_group_id to avoid markdown interpretation of the '_'
This commit is contained in:
parent
5efeb66fdb
commit
c9c2ba180e
|
@ -115,7 +115,7 @@ each category, the available configuration keys are alphabetized.
|
||||||
|
|
||||||
* `security_group_ids` (array of strings) - A list of security groups as
|
* `security_group_ids` (array of strings) - A list of security groups as
|
||||||
described above. Note that if this is specified, you must omit the
|
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
|
* `ssh_port` (integer) - The port that SSH will be available on. This defaults
|
||||||
to port 22.
|
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
|
* `security_group_ids` (array of strings) - A list of security groups as
|
||||||
described above. Note that if this is specified, you must omit the
|
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
|
* `ssh_port` (integer) - The port that SSH will be available on. This defaults
|
||||||
to port 22.
|
to port 22.
|
||||||
|
|
Loading…
Reference in New Issue