Skip to content

Commit a72719a

Browse files
authored
Revert "Fix docs aws_instance"
1 parent e9ed7bb commit a72719a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ instances. See [Shutdown Behavior](https://docs.aws.amazon.com/AWSEC2/latest/Use
6161
* `instance_type` - (Required) The type of instance to start
6262
* `key_name` - (Optional) The key name to use for the instance.
6363
* `monitoring` - (Optional) If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0)
64-
* `security_groups` - (Optional) A list of security group IDs to associate with.
64+
* `security_groups` - (Optional) A list of security group names to associate with.
6565
If you are creating Instances in a VPC, use `vpc_security_group_ids` instead.
6666
* `vpc_security_group_ids` - (Optional) A list of security group IDs to associate with.
6767
* `subnet_id` - (Optional) The VPC Subnet ID to launch in.

0 commit comments

Comments
 (0)