Skip to content

Commit

Permalink
Merge pull request #7094 from hashicorp/docs-do-resize
Browse files Browse the repository at this point in the history
provider/digitalocean: Update of droplet document to add a note about resize
  • Loading branch information
phinze authored Jun 10, 2016
2 parents 32e1a32 + 84770e6 commit b0b3a9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/source/docs/providers/do/r/droplet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ The following arguments are supported:
* `image` - (Required) The droplet image ID or slug.
* `name` - (Required) The droplet name
* `region` - (Required) The region to start in
* `size` - (Required) The instance size to start
* `size` - (Required) The instance size to start

-> **Note:** When resizing a droplet, only a bigger droplet size can be chosen.

* `backups` - (Optional) Boolean controlling if backups are made. Defaults to
false.
* `ipv6` - (Optional) Boolean controlling if IPv6 is enabled. Defaults to false.
Expand Down

0 comments on commit b0b3a9c

Please sign in to comment.