From b3c5b848f96db9739163db8afd3a2799863f30be Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 7 Sep 2014 16:03:48 -0700 Subject: [PATCH] website: update docs for GH-260] --- CHANGELOG.md | 1 + website/source/docs/providers/aws/r/instance.html.markdown | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc9213bc..35719393b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ IMPROVEMENTS: + * providers/amazon: Add `ebs_optimized` flag. [GH-260] * providers/digitalocean: Handle 404 on delete * providers/digitalocean: Add user_data argument for creating droplets diff --git a/website/source/docs/providers/aws/r/instance.html.markdown b/website/source/docs/providers/aws/r/instance.html.markdown index 828a88828..757c01d89 100644 --- a/website/source/docs/providers/aws/r/instance.html.markdown +++ b/website/source/docs/providers/aws/r/instance.html.markdown @@ -25,6 +25,8 @@ The following arguments are supported: * `ami` - (Required) The AMI to use for the instance. * `availability_zone` - (Optional) The AZ to start the instance in. +* `ebs_optimized` - (Optional) If true, the launched EC2 instance will be + EBS-optimized. * `instance_type` - (Required) The type of instance to start * `key_name` - (Optional) The key name to use for the instance. * `security_groups` - (Optional) A list of security group IDs or names to associate with.