Update documentation to include the new user_data attribute on aws_launch_configuration
This commit is contained in:
parent
15bdf8b5f9
commit
96c05c881a
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue