Added missing line for aws_launch_configuration resource on AWS provider docs

This commit is contained in:
Enrique Garbi 2015-02-05 17:05:14 +00:00
parent 26156981d7
commit 2b3015f66a
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