providers/digitalocean: add user_data for create droplet

fixes #267
This commit is contained in:
Jack Pearkes 2014-09-05 11:16:12 -04:00
parent 8e45a374d6
commit eeee1c642f
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ The following arguments are supported:
the format `[12345, 123456]`. To retrieve this info, use a tool such
as `curl` with the [DigitalOcean API](https://developers.digitalocean.com/#keys),
to retrieve them.
* `user_data` (Optional) - A string of the desired User Data for the Droplet.
User Data is currently only available in regions with metadata
listed in their features.
## Attributes Reference