Merge pull request #933 from egarbi/master

docs: Added missing line for aws_launch_configuration resource on AWS provider...
This commit is contained in:
Mitchell Hashimoto 2015-02-17 09:24:50 -08:00
commit 1fa6141a39
1 changed files with 1 additions and 0 deletions

View File

@ -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