From 857f1394046a8c9d1006a8b785f07855a8e3d43a Mon Sep 17 00:00:00 2001 From: Kel Cecil Date: Wed, 1 Jul 2015 20:09:04 -0400 Subject: [PATCH] Add ebs_optimized argument to launch_configuration docs --- .../docs/providers/aws/r/launch_configuration.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/launch_configuration.html.markdown b/website/source/docs/providers/aws/r/launch_configuration.html.markdown index 49201e6f5..ebfe7397f 100644 --- a/website/source/docs/providers/aws/r/launch_configuration.html.markdown +++ b/website/source/docs/providers/aws/r/launch_configuration.html.markdown @@ -35,6 +35,7 @@ The following arguments are supported: * `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. * `enable_monitoring` - (Optional) Enables/disables detailed monitoring. This is enabled by default. +* `ebs_optimized` - (Optional) If true, the launched EC2 instance will be EBS-optimized. * `block_device_mapping` - (Optional) A list of block devices to add. Their keys are documented below.