Skip to content

Commit

Permalink
Merge pull request #9071 from optimisticanshul/patch-1
Browse files Browse the repository at this point in the history
Fix docs aws_instance
  • Loading branch information
stack72 authored Sep 27, 2016
2 parents b7bf74b + 1d443e8 commit c315824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/providers/aws/r/instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c315824

Please sign in to comment.