website: update docs for GH-260]
This commit is contained in:
parent
634dd7e4a3
commit
b3c5b848f9
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue