Merge pull request #4491 from hashicorp/f-do-droplet-documentation
provider/digitalocean: Document defaults
This commit is contained in:
commit
76ded31ec6
|
@ -32,9 +32,11 @@ The following arguments are supported:
|
||||||
* `name` - (Required) The droplet name
|
* `name` - (Required) The droplet name
|
||||||
* `region` - (Required) The region to start in
|
* `region` - (Required) The region to start in
|
||||||
* `size` - (Required) The instance size to start
|
* `size` - (Required) The instance size to start
|
||||||
* `backups` - (Optional) Boolean controlling if backups are made.
|
* `backups` - (Optional) Boolean controlling if backups are made. Defaults to
|
||||||
* `ipv6` - (Optional) Boolean controlling if IPv6 is enabled.
|
false.
|
||||||
* `private_networking` - (Optional) Boolean controlling if private networks are enabled.
|
* `ipv6` - (Optional) Boolean controlling if IPv6 is enabled. Defaults to false.
|
||||||
|
* `private_networking` - (Optional) Boolean controlling if private networks are
|
||||||
|
enabled. Defaults to false.
|
||||||
* `ssh_keys` - (Optional) A list of SSH IDs or fingerprints to enable in
|
* `ssh_keys` - (Optional) A list of SSH IDs or fingerprints to enable in
|
||||||
the format `[12345, 123456]`. To retrieve this info, use a tool such
|
the format `[12345, 123456]`. To retrieve this info, use a tool such
|
||||||
as `curl` with the [DigitalOcean API](https://developers.digitalocean.com/#keys),
|
as `curl` with the [DigitalOcean API](https://developers.digitalocean.com/#keys),
|
||||||
|
|
Loading…
Reference in New Issue