Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Fix entry about "security_groups" in Readme.md #489

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,10 @@ This provider exposes quite a few provider-specific configuration options:
to an existing Elastic IP address, assign the address to the instance.
* `region` - The region to start the instance in, such as "us-east-1"
* `secret_access_key` - The secret access key for accessing AWS
* `security_groups` - An array of security groups for the instance. If this
instance will be launched in VPC, this must be a list of security group
Name. For a nondefault VPC, you must use security group IDs instead (http://docs.aws.amazon.com/cli/latest/reference/ec2/run-instances.html).
* `security_groups` - An array of one or more security groups for the instance. If the
instance will be launched in a default VPC, you must specify the security groups by Group Name.
If the instance will be launched in a nondefault VPC, you must specify the security groups by Group ID
(see Options --security grpus at http://docs.aws.amazon.com/cli/latest/reference/ec2/run-instances.html).
* `iam_instance_profile_arn` - The Amazon resource name (ARN) of the IAM Instance
Profile to associate with the instance
* `iam_instance_profile_name` - The name of the IAM Instance Profile to associate
Expand Down