Update documentation to include the new user_data attribute on aws_launch_configuration

This commit is contained in:
Luke Chadwick 2014-07-30 07:31:21 +10:00
parent 15bdf8b5f9
commit 96c05c881a
1 changed files with 1 additions and 1 deletions

View File

@ -27,10 +27,10 @@ The following arguments are supported:
* `instance_type` - (Required) The size of instance to launch. * `instance_type` - (Required) The size of instance to launch.
* `key_name` - (Optional) The key name that should be used for the instance. * `key_name` - (Optional) The key name that should be used for the instance.
* `security_groups` - (Optional) A list of associated security group IDS. * `security_groups` - (Optional) A list of associated security group IDS.
* `user_data` - (Optional) The user data to provide when launching the instance.
## Attributes Reference ## Attributes Reference
The following attributes are exported: The following attributes are exported:
* `id` - The ID of the launch configuration. * `id` - The ID of the launch configuration.