Skip to content

Commit

Permalink
Merge pull request #933 from egarbi/master
Browse files Browse the repository at this point in the history
docs: Added missing line for aws_launch_configuration resource on AWS provider...
  • Loading branch information
mitchellh committed Feb 17, 2015
2 parents 451cff8 + 2b3015f commit 1fa6141
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following arguments are supported:
with launched instances.
* `key_name` - (Optional) The key name that should be used for the instance.
* `security_groups` - (Optional) A list of associated security group IDS.
* `associate_public_ip_address` - (Optional) Associate a public ip address with an instance in a VPC.
* `user_data` - (Optional) The user data to provide when launching the instance.

## Attributes Reference
Expand Down

0 comments on commit 1fa6141

Please sign in to comment.