mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
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:
commit
466b6d2d82
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue