From 1d443e87bc75149ece9a86eee949fcb2921bc12e Mon Sep 17 00:00:00 2001 From: Anshul Sharma Date: Tue, 27 Sep 2016 13:26:15 +0530 Subject: [PATCH] Fix docs Fixes #8714 --- website/source/docs/providers/aws/r/instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/instance.html.markdown b/website/source/docs/providers/aws/r/instance.html.markdown index 9302d9334..26ac95dba 100644 --- a/website/source/docs/providers/aws/r/instance.html.markdown +++ b/website/source/docs/providers/aws/r/instance.html.markdown @@ -61,7 +61,7 @@ instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/Use * `instance_type` - (Required) The type of instance to start * `key_name` - (Optional) The key name to use for the instance. * `monitoring` - (Optional) If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0) -* `security_groups` - (Optional) A list of security group names to associate with. +* `security_groups` - (Optional) A list of security group IDs to associate with. If you are creating Instances in a VPC, use `vpc_security_group_ids` instead. * `vpc_security_group_ids` - (Optional) A list of security group IDs to associate with. * `subnet_id` - (Optional) The VPC Subnet ID to launch in.