From 8cdfe152d6b14bf2a9a7b121679d7f1186341fd8 Mon Sep 17 00:00:00 2001 From: stack72 Date: Thu, 26 Nov 2015 10:21:06 +0000 Subject: [PATCH] Adding the documentation of aws_instance tenancy --- website/source/docs/providers/aws/r/instance.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/instance.html.markdown b/website/source/docs/providers/aws/r/instance.html.markdown index 1a27bb121..e9e835645 100644 --- a/website/source/docs/providers/aws/r/instance.html.markdown +++ b/website/source/docs/providers/aws/r/instance.html.markdown @@ -32,6 +32,7 @@ The following arguments are supported: * `ami` - (Required) The AMI to use for the instance. * `availability_zone` - (Optional) The AZ to start the instance in. * `placement_group` - (Optional) The Placement Group to start the instance in. +* `tenancy` - (Optional) The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for the import-instance command. * `ebs_optimized` - (Optional) If true, the launched EC2 instance will be EBS-optimized. * `disable_api_termination` - (Optional) If true, enables [EC2 Instance