Skip to content

Commit

Permalink
Merge pull request #4071 from stack72/f-aws-docs-ec2-instance-tenance
Browse files Browse the repository at this point in the history
provider/aws: Documentation addition for AWS Instance Tenancy
  • Loading branch information
jen20 committed Nov 26, 2015
2 parents b7a12e3 + 8cdfe15 commit 56926a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/source/docs/providers/aws/r/instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56926a1

Please sign in to comment.