website: update docs for GH-260]

This commit is contained in:
Mitchell Hashimoto 2014-09-07 16:03:48 -07:00
parent 634dd7e4a3
commit b3c5b848f9
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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.