From c7118eff24e911c76a722b67a1c5bccf085a4609 Mon Sep 17 00:00:00 2001 From: Mike Cowgill Date: Wed, 3 Feb 2016 09:00:16 -0800 Subject: [PATCH] updating launch_configuration aws documentation to include the placement_tenancy argument --- .../docs/providers/aws/r/launch_configuration.html.markdown | 3 +++ 1 file changed, 3 insertions(+) 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 46c26a5bf..5a1786a53 100644 --- a/website/source/docs/providers/aws/r/launch_configuration.html.markdown +++ b/website/source/docs/providers/aws/r/launch_configuration.html.markdown @@ -105,6 +105,9 @@ The following arguments are supported: * `ephemeral_block_device` - (Optional) Customize Ephemeral (also known as "Instance Store") volumes on the instance. See [Block Devices](#block-devices) below for details. * `spot_price` - (Optional) The price to use for reserving spot instances. +* `placement_tenancy` - (Optional) The tenancy of the instance. Valid values are + `"default"` or `"dedicated"`, see [AWS's Create Launch Configuration](http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_CreateLaunchConfiguration.html) + for more details ## Block devices