From c9c2ba180e1315910ffc6661ab6a5e987babdbf0 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Fri, 20 Jun 2014 14:22:22 +0200 Subject: [PATCH] Properly escape security_group_id to avoid markdown interpretation of the '_' --- website/source/docs/builders/amazon-ebs.html.markdown | 2 +- website/source/docs/builders/amazon-instance.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index f46e2d0da..4ecaf3cf8 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -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. diff --git a/website/source/docs/builders/amazon-instance.html.markdown b/website/source/docs/builders/amazon-instance.html.markdown index 238eaead2..9f2744811 100644 --- a/website/source/docs/builders/amazon-instance.html.markdown +++ b/website/source/docs/builders/amazon-instance.html.markdown @@ -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.